Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix excessive rebuilding #124

Merged
merged 1 commit into from
Mar 18, 2020
Merged

Fix excessive rebuilding #124

merged 1 commit into from
Mar 18, 2020

Conversation

vmax
Copy link
Contributor

@vmax vmax commented Mar 18, 2020

What is the goal of this PR?

Previously, when switching between IDE and terminal builds, build cache would be fully invalidated. due to changed $PATH which defeats the sole purpose of caching. As per suggestion in this thread, we're enabling strict environment for actions (which sets PATH alongside with other variables to minimally viable preconfigured values).

What are the changes implemented in this PR?

Specify --incompatible_strict_action_env for build/test/run

@vmax vmax merged commit 912c6f8 into typedb:master Mar 18, 2020
@vmax vmax deleted the fixup-rebuilding branch March 18, 2020 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants