Skip to content

Commit

Permalink
Revert "buildRustPackage: disable cargo-auditable on pkgsStatic aarch64"
Browse files Browse the repository at this point in the history
This reverts commit 0eed883.
  • Loading branch information
jcaesar committed Oct 7, 2024
1 parent bbf2128 commit 9f79f61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/build-support/rust/build-rust-package/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
, buildFeatures ? [ ]
, checkFeatures ? buildFeatures
, useNextest ? false
# Enable except on aarch64 pkgsStatic, where we use lld for reasons
, auditable ? !cargo-auditable.meta.broken && !(stdenv.hostPlatform.isStatic && stdenv.hostPlatform.isAarch64 && !stdenv.hostPlatform.isDarwin)
, auditable ? !cargo-auditable.meta.broken

, depsExtraArgs ? {}

Expand Down

0 comments on commit 9f79f61

Please sign in to comment.