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

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