We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff477f commit 17dfaefCopy full SHA for 17dfaef
tests/toolchains/BUILD.bazel
@@ -24,7 +24,7 @@ define_toolchain_tests(
24
py_reconfig_test(
25
name = "custom_platform_toolchain_test",
26
srcs = ["custom_platform_toolchain_test.py"],
27
- custom_runtime = "linux-x86-install-only-stripped",
+ config_settings = {"//tests/support:custom_runtime": "linux-x86-install-only-stripped"},
28
python_version = "3.13.1",
29
target_compatible_with = [
30
"@platforms//os:linux",
0 commit comments