We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da2ae1 commit 2a8d21dCopy full SHA for 2a8d21d
.bazelrc
@@ -17,6 +17,10 @@ build --nolegacy_external_runfiles
17
run --nolegacy_external_runfiles
18
test --nolegacy_external_runfiles
19
20
+# This flag is needed to so that the bazel cache is not invalidated
21
+# when running bazel via `yarn bazel`.
22
+build --incompatible_strict_action_env
23
+
24
###############################
25
# Output control #
26
0 commit comments