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 3001c8c commit 05e4283Copy full SHA for 05e4283
test/unit/native_deps/native_deps_test.bzl
@@ -383,6 +383,7 @@ bin_has_native_dep_and_alwayslink_rust_linker_test = analysistest.make(
383
str(Label("//rust/settings:experimental_use_platform_abi_settings")): True,
384
str(Label("//rust/settings:platform_linux_musl")): True,
385
str(Label("//rust/settings:toolchain_linker_preference")): "rust",
386
+ # Coverage is not supported on musl so it should be disabled for these targets.
387
"//command_line_option:collect_code_coverage": False,
388
},
389
)
0 commit comments