mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
Merge pull request #144676 from newAM/cargo-deadlinks
cargo-deadlinks: fix darwin and aarch64-linux test failures
This commit is contained in:
commit
6690d92bba
@ -16,7 +16,9 @@ rustPlatform.buildRustPackage rec {
|
||||
checkFlags = [
|
||||
# uses internet
|
||||
"--skip non_existent_http_link --skip working_http_check"
|
||||
];
|
||||
] ++ lib.optional (stdenv.hostPlatform.system != "x86_64-linux")
|
||||
# assumes the target is x86_64-unknown-linux-gnu
|
||||
"--skip simple_project::it_checks_okay_project_correctly";
|
||||
|
||||
buildInputs = lib.optional stdenv.isDarwin Security;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user