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