Skip to content

Commit

Permalink
kanidm: require big-parallel for building
Browse files Browse the repository at this point in the history
Build has timed out and been killed multiple times on hydra builds. This forces users to attempt to build it themselves, which they cannot due without sufficient resources.

(cherry picked from commit b95b048)
  • Loading branch information
adamcstephens authored and github-actions[bot] committed Aug 28, 2024
1 parent 66b58d0 commit 9d0e414
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 9d0e414

Please sign in to comment.