Commit 82f3042
committed
fix(tests): restrict toolchain_target_settings_test to Bazel 8+
The test relies on config.add_transition_setting() for cross-repo
transition labels, which doesn't work on Bazel 7 due to inconsistent
label string formatting between module extension tags and
apply_config_settings_attr(). Bazel 8 fixed this by switching all
label strings to double-at (@@) canonical form.
References: bazelbuild/bazel#111281 parent 4f42625 commit 82f3042
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
70 | 74 | | |
71 | 75 | | |
72 | 76 | | |
| |||
0 commit comments