Skip to content

Commit a2dc8f6

Browse files
committed
updated tests
1 parent 09e1a1d commit a2dc8f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/unit/native_deps/native_deps_test.bzl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@ bin_has_native_dep_and_alwayslink_rust_linker_test = analysistest.make(
380380
"_toolchain": attr.label(default = Label("//rust/toolchain:current_rust_toolchain")),
381381
},
382382
config_settings = {
383+
str(Label("//rust/settings:experimental_use_platform_abi_settings")): True,
384+
str(Label("//rust/settings:platform_linux_musl")): True,
383385
str(Label("//rust/settings:toolchain_linker_preference")): "rust",
384386
},
385387
)
@@ -408,6 +410,8 @@ cdylib_has_native_dep_and_alwayslink_rust_linker_test = analysistest.make(
408410
"_toolchain": attr.label(default = Label("//rust/toolchain:current_rust_toolchain")),
409411
},
410412
config_settings = {
413+
str(Label("//rust/settings:experimental_use_platform_abi_settings")): True,
414+
str(Label("//rust/settings:platform_linux_musl")): True,
411415
str(Label("//rust/settings:toolchain_linker_preference")): "rust",
412416
},
413417
)

0 commit comments

Comments
 (0)