mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #111494 from rien/master
rage: skip check if not x86
This commit is contained in:
commit
b1d651e989
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ rustPlatform.buildRustPackage rec {
|
|||
Security
|
||||
];
|
||||
|
||||
# cargo test has an x86-only dependency
|
||||
doCheck = stdenv.hostPlatform.isx86;
|
||||
|
||||
postBuild = ''
|
||||
cargo run --example generate-docs
|
||||
cargo run --example generate-completions
|
||||
|
|
Loading…
Reference in a new issue