Add supportedFeatures to aarch64builder
Some checks failed
Check flake / build-amd64-linux (push) Failing after 0s

This commit is contained in:
Jordan Holt 2024-08-05 19:06:03 +01:00
parent c6222c90f4
commit d57d70bbbf
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -49,6 +49,7 @@
system = "aarch64-linux";
maxJobs = 6;
speedFactor = 1;
supportedFeatures = [ "big-parallel" "benchmark" ];
}
];
distributedBuilds = true;