Commit 0dd0da9
Flip
Fixes bazelbuild#25823
RELNOTES[inc]: `--@bazel_tools//tools/test:incompatible_use_default_test_toolchain` is now enabled by default. All test rules without an explicitly defined `test` exec group now select an execution platform that satisfies all constraints of the target platform. The `--use_target_platform_for_tests` option, which served a similar purpose, is now deprecated. See bazelbuild#25823 for more details and migration advice.
Closes bazelbuild#25821.
PiperOrigin-RevId: 747439988
Change-Id: Ia0c3c8463be85ed60ca456ef6887ca4a92045e65--@bazel_tools//tools/test:incompatible_use_default_test_toolchain
1 parent 19f4a8a commit 0dd0da9
File tree
3 files changed
+7
-3
lines changed- src
- main/java/com/google/devtools/build/lib/analysis/config
- test/java/com/google/devtools/build/lib/analysis/mock
- tools/test
3 files changed
+7
-3
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
953 | 953 | | |
954 | 954 | | |
955 | 955 | | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
956 | 960 | | |
957 | 961 | | |
958 | 962 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments