Skip to content

Commit 17dfaef

Browse files
committed
set custom_runtime using config_settings
1 parent 9ff477f commit 17dfaef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/toolchains/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ define_toolchain_tests(
2424
py_reconfig_test(
2525
name = "custom_platform_toolchain_test",
2626
srcs = ["custom_platform_toolchain_test.py"],
27-
custom_runtime = "linux-x86-install-only-stripped",
27+
config_settings = {"//tests/support:custom_runtime": "linux-x86-install-only-stripped"},
2828
python_version = "3.13.1",
2929
target_compatible_with = [
3030
"@platforms//os:linux",

0 commit comments

Comments
 (0)