Commit c9488ae 1 parent 707b20e commit c9488ae Copy full SHA for c9488ae
File tree 3 files changed +16
-8
lines changed
3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -44,3 +44,11 @@ build --incompatible_remote_results_ignore_disk
44
44
build --experimental_allow_tags_propagation
45
45
fetch --experimental_allow_tags_propagation
46
46
query --experimental_allow_tags_propagation
47
+
48
+ # Do not build runfiles symlink forests for external repositories under
49
+ # `.runfiles/wsname/external/repo` (in addition to `.runfiles/repo`). This reduces runfiles &
50
+ # sandbox creation times & prevents accidentally depending on this feature which may flip to off by
51
+ # default in the future. Note, some rules may fail under this flag, please file issues with the rule
52
+ # author.
53
+ # Docs: https://bazel.build/reference/command-line-reference#flag--legacy_external_runfiles
54
+ build --nolegacy_external_runfiles
Original file line number Diff line number Diff line change @@ -13,3 +13,11 @@ common --check_direct_dependencies=off
13
13
# build.
14
14
# Docs: https://bazel.build/reference/command-line-reference#flag--reuse_sandbox_directories
15
15
build --reuse_sandbox_directories
16
+
17
+ # Do not build runfiles symlink forests for external repositories under
18
+ # `.runfiles/wsname/external/repo` (in addition to `.runfiles/repo`). This reduces runfiles &
19
+ # sandbox creation times & prevents accidentally depending on this feature which may flip to off by
20
+ # default in the future. Note, some rules may fail under this flag, please file issues with the rule
21
+ # author.
22
+ # Docs: https://bazel.build/reference/command-line-reference#flag--legacy_external_runfiles
23
+ build --nolegacy_external_runfiles
Original file line number Diff line number Diff line change 5
5
# Docs: https://bazel.build/reference/command-line-reference#flag--reuse_sandbox_directories
6
6
build --experimental_reuse_sandbox_directories
7
7
8
- # Do not build runfiles symlink forests for external repositories under
9
- # `.runfiles/wsname/external/repo` (in addition to `.runfiles/repo`). This reduces runfiles &
10
- # sandbox creation times & prevents accidentally depending on this feature which may flip to off by
11
- # default in the future. Note, some rules may fail under this flag, please file issues with the rule
12
- # author.
13
- # Docs: https://bazel.build/reference/command-line-reference#flag--legacy_external_runfiles
14
- build --nolegacy_external_runfiles
15
-
16
8
# Avoid creating a runfiles tree for binaries or tests until it is needed.
17
9
# Docs: https://bazel.build/reference/command-line-reference#flag--build_runfile_links
18
10
# See https://github.com/bazelbuild/bazel/issues/6627
You can’t perform that action at this time.
0 commit comments