Skip to content

Commit 0303b8c

Browse files
authored
Merge pull request #5 from stackb/incompatible_autoload_externally
Apply --incompatible_autoload_externally= for bcr CI
2 parents 260dd61 + 66fd576 commit 0303b8c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.bazelrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
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

Comments
 (0)