Merge #135692: pkgsCross.avr.buildPackages.gcc: work around

... for log limit on hydra
This commit is contained in:
Vladimír Čunát
2021-09-05 16:47:18 +02:00
2 changed files with 2 additions and 0 deletions
@@ -147,6 +147,7 @@ stdenv.mkDerivation ({
else "")
+ lib.optionalString targetPlatform.isAvr ''
makeFlagsArray+=(
'-s' # workaround for hitting hydra log limit
'LIMITS_H_TEST=false'
)
'';
@@ -152,6 +152,7 @@ stdenv.mkDerivation ({
else "")
+ lib.optionalString targetPlatform.isAvr ''
makeFlagsArray+=(
'-s' # workaround for hitting hydra log limit
'LIMITS_H_TEST=false'
)
'';