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.
2 parents 260dd61 + 66fd576 commit 0303b8cCopy full SHA for 0303b8c
.bazelrc
@@ -1 +1,8 @@
1
common --enable_workspace=false
2
+
3
+# Don't leak PATH and LD_LIBRARY_PATH into the build.
4
+build --incompatible_strict_action_env
5
6
+# To facilitate testing in bazelci incompatible flags
7
+# @see https://github.com/bazelbuild/bazel/pull/26906#issue-3386957462
8
+build --incompatible_autoload_externally=
0 commit comments