chromedriver: build on big-parallel

Building chromedriver from source takes over 4 hours with 2 cores of an
Ampere Q80-30 (like h.n.o uses for aarch64-linux).

https://hydra.nixos.org/build/321812165
This commit is contained in:
emilylange
2026-02-23 22:35:05 +01:00
parent e79ef3bb1e
commit 56d74b91c6
@@ -18,6 +18,8 @@ chromium.mkDerivation (finalAttrs: {
# Kill existing postFixup that tries to patchelf things
postFixup = null;
requiredSystemFeatures = [ "big-parallel" ];
passthru.tests.version = testers.testVersion { package = chromedriver; };
meta = chromium.meta // {