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:
@@ -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 // {
|
||||
|
||||
Reference in New Issue
Block a user