Skip to content

Commit c0de6a6

Browse files
committed
Update comment
1 parent c049e95 commit c0de6a6

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

  • cargo-auditable/tests

cargo-auditable/tests/it.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -596,9 +596,11 @@ fn test_bare_linker_inner(sbom: bool) {
596596
let cargo_toml =
597597
PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("tests/fixtures/bare_linker/Cargo.toml");
598598
// The motivating example is https://github.com/EFForg/rayhunter/blob/main/.cargo/config.toml
599-
// and the config file fixture is based on that.
600-
// There doesn't seem to be a way to build with a bare linker for GNU targets, only Apple and Musl,
601-
// so this tests really only does anything on those.
599+
// and the config file fixture is based on that, with some additions.
600+
//
601+
// The config file doesn't specify a bare linker for all targets;
602+
// e.g. GNU doesn't seem to support using a bare linker at all.
603+
// See the config file for the exact list of targets where this is tested.
602604
let config_path = PathBuf::from(env!("CARGO_MANIFEST_DIR"))
603605
.join("tests/fixtures/bare_linker/.cargo/config.toml");
604606

0 commit comments

Comments
 (0)