mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 05:00:19 +00:00
cargo-deadlinks: fix build (#353755)
This commit is contained in:
commit
6d38247381
@ -16,6 +16,9 @@ rustPlatform.buildRustPackage rec {
|
|||||||
checkFlags = [
|
checkFlags = [
|
||||||
# uses internet
|
# uses internet
|
||||||
"--skip non_existent_http_link --skip working_http_check"
|
"--skip non_existent_http_link --skip working_http_check"
|
||||||
|
# makes assumption about HTML paths that changed in rust 1.82.0
|
||||||
|
"--skip simple_project::it_checks_okay_project_correctly"
|
||||||
|
"--skip cli_args::it_passes_arguments_through_to_cargo"
|
||||||
] ++ lib.optional (stdenv.hostPlatform.system != "x86_64-linux")
|
] ++ lib.optional (stdenv.hostPlatform.system != "x86_64-linux")
|
||||||
# assumes the target is x86_64-unknown-linux-gnu
|
# assumes the target is x86_64-unknown-linux-gnu
|
||||||
"--skip simple_project::it_checks_okay_project_correctly";
|
"--skip simple_project::it_checks_okay_project_correctly";
|
||||||
|
Loading…
Reference in New Issue
Block a user