Skip to content

Commit e863de9

Browse files
authored
Delete old bazelrc flag no longer used for testing (#3649)
We no longer test versions below Bazel 7
1 parent ad24943 commit e863de9

File tree

27 files changed

+0
-81
lines changed

27 files changed

+0
-81
lines changed

.bazelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ build --incompatible_disallow_empty_glob=true
5656
# https://github.com/bazelbuild/bazel/issues/12821
5757
build --nolegacy_external_runfiles
5858

59-
# Required for cargo_build_script support before Bazel 7
60-
build --incompatible_merge_fixed_and_default_shell_env
61-
6259
# https://github.com/bazelbuild/bazel/issues/23043.
6360
build --incompatible_autoload_externally=
6461

examples/all_crate_deps/.bazelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# This isn't currently the default in Bazel, but we enable it to test we'll be ready if/when it flips.
22
build --incompatible_disallow_empty_glob
33

4-
# Required for cargo_build_script support before Bazel 7
5-
build --incompatible_merge_fixed_and_default_shell_env
6-
74
# https://github.com/bazelbuild/bazel/issues/23043.
85
build --incompatible_autoload_externally=

examples/all_deps_vendor/.bazelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ build --incompatible_disallow_empty_glob=true
4141
# https://github.com/bazelbuild/bazel/issues/12821
4242
build --nolegacy_external_runfiles
4343

44-
# Required for cargo_build_script support before Bazel 7
45-
build --incompatible_merge_fixed_and_default_shell_env
46-
4744
# https://github.com/bazelbuild/bazel/issues/23043.
4845
build --incompatible_autoload_externally=
4946

examples/android/.bazelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ build --incompatible_disallow_empty_glob=true
6161
# https://github.com/bazelbuild/bazel/issues/12821
6262
build --nolegacy_external_runfiles
6363

64-
# Required for cargo_build_script support before Bazel 7
65-
build --incompatible_merge_fixed_and_default_shell_env
66-
6764
###############################################################################
6865
## Bzlmod
6966
###############################################################################

examples/bazel_env/.bazelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ build --incompatible_disallow_empty_glob=true
3030
# https://github.com/bazelbuild/bazel/issues/12821
3131
build --nolegacy_external_runfiles
3232

33-
# Required for cargo_build_script support before Bazel 7
34-
build --incompatible_merge_fixed_and_default_shell_env
35-
3633
# https://github.com/bazelbuild/bazel/issues/23043.
3734
build --incompatible_autoload_externally=
3835

examples/compile_opt/.bazelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# This isn't currently the default in Bazel, but we enable it to test we'll be ready if/when it flips.
22
build --incompatible_disallow_empty_glob
33

4-
# Required for cargo_build_script support before Bazel 7
5-
build --incompatible_merge_fixed_and_default_shell_env
6-
74
# https://github.com/bazelbuild/bazel/issues/23043.
85
build --incompatible_autoload_externally=
96

examples/crate_universe/.bazelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ build --incompatible_disallow_empty_glob=true
2323
# https://github.com/bazelbuild/bazel/issues/12821
2424
build --nolegacy_external_runfiles
2525

26-
# Required for cargo_build_script support before Bazel 7
27-
build --incompatible_merge_fixed_and_default_shell_env
28-
2926
# https://github.com/bazelbuild/bazel/issues/23043.
3027
build --incompatible_autoload_externally=
3128

examples/crate_universe_local_path/.bazelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ build --incompatible_disallow_empty_glob=true
5353
# https://github.com/bazelbuild/bazel/issues/12821
5454
build --nolegacy_external_runfiles
5555

56-
# Required for cargo_build_script support before Bazel 7
57-
build --incompatible_merge_fixed_and_default_shell_env
58-
5956
# https://github.com/bazelbuild/bazel/issues/23043.
6057
build --incompatible_autoload_externally=
6158

examples/cross_compile/.bazelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ build --incompatible_disallow_empty_glob=true
4141
# https://github.com/bazelbuild/bazel/issues/12821
4242
build --nolegacy_external_runfiles
4343

44-
# Required for cargo_build_script support before Bazel 7
45-
build --incompatible_merge_fixed_and_default_shell_env
46-
4744
# https://github.com/bazelbuild/bazel/issues/23043.
4845
build --incompatible_autoload_externally=
4946

examples/hello_world/.bazelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ build --incompatible_disallow_empty_glob=true
3838
# https://github.com/bazelbuild/bazel/issues/12821
3939
build --nolegacy_external_runfiles
4040

41-
# Required for cargo_build_script support before Bazel 7
42-
build --incompatible_merge_fixed_and_default_shell_env
43-
4441
# https://github.com/bazelbuild/bazel/issues/23043.
4542
build --incompatible_autoload_externally=
4643

0 commit comments

Comments
 (0)