Skip to content

Commit

Permalink
[Backport release-24.05] kanidm: require big-parallel for building (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens authored Aug 29, 2024
2 parents 85cdb87 + 9d0e414 commit 47f88e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/ka/kanidm/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ rustPlatform.buildRustPackage rec {
};
};

# can take over 4 hours on 2 cores and needs 16GB+ RAM
requiredSystemFeatures = [ "big-parallel" ];

meta = with lib; {
changelog = "https://github.com/kanidm/kanidm/releases/tag/v${version}";
description = "A simple, secure and fast identity management platform";
Expand Down

0 comments on commit 47f88e5

Please sign in to comment.