Merge #135692: pkgsCross.avr.buildPackages.gcc: work around
... for log limit on hydra
This commit is contained in:
@@ -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'
|
||||
)
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user