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

This commit is contained in:
2024-08-05 19:06:03 +01:00
parent c6222c90f4
commit d57d70bbbf

View File

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