Skip to content

Commit

Permalink
Merge pull request #111494 from rien/master
Browse files Browse the repository at this point in the history
rage: skip check if not x86
  • Loading branch information
grahamc authored Feb 1, 2021
2 parents 5b896d3 + aa86e0a commit b1d651e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/tools/security/rage/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1d651e

Please sign in to comment.