nixpkgs/pkgs/development/compilers/rust
Sandro Jäckel e594a0fc14 cargo-auditable: fix cross compilation
This fixes the following error:
...
cargo-auditable>    Doc-tests auditable-extract
cargo-auditable> error: doctest failed, to rerun pass `-p auditable-extract --doc`
cargo-auditable>
cargo-auditable> Caused by:
cargo-auditable>   could not execute process `rustdoc --edition=2018 --crate-type lib --crate-name auditable_extract --test /build/source/auditable-extract/src/lib.rs --target x86_64-unknown-linux-gnu -L dependency=/build/source/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/build/source/target/release/deps --test-args --test-threads=96 --extern auditable_extract=/build/source/target/x86_64-unknown-linux-gnu/release/deps/libauditable_extract-dd1904617e4b78db.rlib --extern binfarce=/build/source/target/x86_64-unknown-linux-gnu/release/deps/libbinfarce-2ba09d21aed0de1a.rlib -C embed-bitcode=no --error-format human` (never executed)
cargo-auditable>
cargo-auditable> Caused by:
cargo-auditable>   No such file or directory (os error 2)

Tested with lanzaboote
2023-08-11 09:40:05 +01:00
..
1_71.nix rustc: 1.71.0 -> 1.71.1 2023-08-04 09:27:32 -04:00
binary.nix rustc: 1.70.0 -> 1.71.0 2023-07-14 10:16:41 -04:00
bootstrap.nix
cargo-auditable-cargo-wrapper.nix cargo-auditable-cargo-wrapper: use more descriptive name 2023-04-24 23:41:03 +00:00
cargo-auditable.nix cargo-auditable: fix cross compilation 2023-08-11 09:40:05 +01:00
cargo.nix cargo: mark broken for cross compilation to x86 2023-05-23 01:23:44 +00:00
clippy.nix treewide: don't use rustPlatform.rust 2023-05-12 15:31:21 +00:00
default.nix rustc: remove Darwin special-casing 2023-07-10 14:53:30 -06:00
make-rust-platform.nix rustPlatform.rust: deprecate 2023-05-12 15:31:21 +00:00
print-hashes.sh rust: add mips64el to list of bootstrap tarballs 2022-03-18 13:00:34 +10:00
rust-lib-src.nix rust-{lib-}src: deprecate phases 2022-02-25 22:57:59 +01:00
rust-src.nix rust-{lib-}src: deprecate phases 2022-02-25 22:57:59 +01:00
rustc.nix rustc: build rust-analyzer-proc-macro-srv 2023-07-24 14:35:23 -04:00
rustfmt.nix rustfmt: fix warning 2023-05-12 19:49:14 -04:00
setup-hook.sh