envoy: require big-parallel system feature
The envoy build often takes 7-8 hours and is among the last builds finshing an evaluation. That is because we're scheduling it with -j2 on a normal machine, when it has over 7000 objects to build, that parallelize very well.
This commit is contained in:
@@ -184,6 +184,8 @@ buildBazelPackage {
|
||||
"--repo_env=GOSUMDB=sum.golang.org"
|
||||
];
|
||||
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
|
||||
passthru.tests = {
|
||||
envoy = nixosTests.envoy;
|
||||
# tested as a core component of Pomerium
|
||||
|
||||
Reference in New Issue
Block a user