File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments