Merge pull request #111494 from rien/master
rage: skip check if not x86
This commit is contained in:
commit
b1d651e989
@ -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 New Issue
Block a user