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