Skip to content

Commit acac3e5

Browse files
authored
Patch out old deps from transitive prost extension deps (bazelbuild#3264)
This would allow me to revert bazelbuild#3214
1 parent d18acfe commit acac3e5

File tree

22 files changed

+28
-42
lines changed

22 files changed

+28
-42
lines changed

examples/all_crate_deps/.bazelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ build --incompatible_disallow_empty_glob
1212
build --incompatible_merge_fixed_and_default_shell_env
1313

1414
# https://github.com/bazelbuild/bazel/issues/23043.
15-
# TODO: Re-enable after https://github.com/bazelbuild/bazel/issues/24871 is addressed
16-
# build --incompatible_autoload_externally=
15+
build --incompatible_autoload_externally=

examples/all_deps_vendor/.bazelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ build --nolegacy_external_runfiles
4545
build --incompatible_merge_fixed_and_default_shell_env
4646

4747
# https://github.com/bazelbuild/bazel/issues/23043.
48-
# TODO: Re-enable after https://github.com/bazelbuild/bazel/issues/24871 is addressed
49-
# build --incompatible_autoload_externally=
48+
build --incompatible_autoload_externally=
5049

5150
###############################################################################
5251
## Rust configuration

examples/bazel_env/.bazelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ build --nolegacy_external_runfiles
3434
build --incompatible_merge_fixed_and_default_shell_env
3535

3636
# https://github.com/bazelbuild/bazel/issues/23043.
37-
# TODO: Re-enable after https://github.com/bazelbuild/bazel/issues/24871 is addressed
38-
# build --incompatible_autoload_externally=
37+
build --incompatible_autoload_externally=
3938

4039
###############################################################################
4140
## Bzlmod

examples/compile_opt/.bazelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ build --incompatible_disallow_empty_glob
1010
build --incompatible_merge_fixed_and_default_shell_env
1111

1212
# https://github.com/bazelbuild/bazel/issues/23043.
13-
# TODO: Re-enable after https://github.com/bazelbuild/bazel/issues/24871 is addressed
14-
# build --incompatible_autoload_externally=
13+
build --incompatible_autoload_externally=
1514

1615
# in optimized build we will use thin lto
1716
common:opt -c opt

examples/crate_universe/.bazelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ build --nolegacy_external_runfiles
2727
build --incompatible_merge_fixed_and_default_shell_env
2828

2929
# https://github.com/bazelbuild/bazel/issues/23043.
30-
# TODO: Re-enable after https://github.com/bazelbuild/bazel/issues/24871 is addressed
31-
# build --incompatible_autoload_externally=
30+
build --incompatible_autoload_externally=
3231

3332
###############################################################################
3433
## Bzlmod

examples/crate_universe_local_path/.bazelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ build --nolegacy_external_runfiles
5757
build --incompatible_merge_fixed_and_default_shell_env
5858

5959
# https://github.com/bazelbuild/bazel/issues/23043.
60-
# TODO: Re-enable after https://github.com/bazelbuild/bazel/issues/24871 is addressed
61-
# build --incompatible_autoload_externally=
60+
build --incompatible_autoload_externally=
6261

6362
###############################################################################
6463
## Bzlmod

examples/cross_compile/.bazelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ build --nolegacy_external_runfiles
4545
build --incompatible_merge_fixed_and_default_shell_env
4646

4747
# https://github.com/bazelbuild/bazel/issues/23043.
48-
# TODO: Re-enable after https://github.com/bazelbuild/bazel/issues/24871 is addressed
49-
# build --incompatible_autoload_externally=
48+
build --incompatible_autoload_externally=
5049

5150
###############################################################################
5251
## Rust configuration

examples/hello_world/.bazelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ build --nolegacy_external_runfiles
4242
build --incompatible_merge_fixed_and_default_shell_env
4343

4444
# https://github.com/bazelbuild/bazel/issues/23043.
45-
# TODO: Re-enable after https://github.com/bazelbuild/bazel/issues/24871 is addressed
46-
# build --incompatible_autoload_externally=
45+
build --incompatible_autoload_externally=
4746

4847
###############################################################################
4948
## Rust configuration

examples/hello_world_no_cargo/.bazelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ build --nolegacy_external_runfiles
4545
build --incompatible_merge_fixed_and_default_shell_env
4646

4747
# https://github.com/bazelbuild/bazel/issues/23043.
48-
# TODO: Re-enable after https://github.com/bazelbuild/bazel/issues/24871 is addressed
49-
# build --incompatible_autoload_externally=
48+
build --incompatible_autoload_externally=
5049

5150
###############################################################################
5251
## Rust configuration

examples/musl_cross_compiling/.bazelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ build --nolegacy_external_runfiles
5757
build --incompatible_merge_fixed_and_default_shell_env
5858

5959
# https://github.com/bazelbuild/bazel/issues/23043.
60-
# TODO: Re-enable after https://github.com/bazelbuild/bazel/issues/24871 is addressed
61-
# build --incompatible_autoload_externally=
60+
build --incompatible_autoload_externally=
6261

6362
###############################################################################
6463
## Bzlmod

0 commit comments

Comments
 (0)