Merge pull request #111494 from rien/master

rage: skip check if not x86
This commit is contained in:
Graham Christensen 2021-01-31 20:52:14 -05:00 committed by GitHub
commit b1d651e989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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