From d57d70bbbf5c13cea38ddfd8b53cabf97b42aaf2 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Mon, 5 Aug 2024 19:06:03 +0100 Subject: [PATCH] Add supportedFeatures to aarch64builder --- hosts/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common.nix b/hosts/common.nix index 816a65c..b3b4d06 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -49,6 +49,7 @@ system = "aarch64-linux"; maxJobs = 6; speedFactor = 1; + supportedFeatures = [ "big-parallel" "benchmark" ]; } ]; distributedBuilds = true;