Merge pull request #99119 from samueldr/fix/noto-emoji-hangs
noto-fonts-emoji: Work around Hydra silence timeouts on AArch64 by being noisy
This commit is contained in:
commit
4c3b84ca6c
@ -141,6 +141,10 @@ in
|
|||||||
# remove check for virtualenv, since we handle
|
# remove check for virtualenv, since we handle
|
||||||
# python requirements using python.withPackages
|
# python requirements using python.withPackages
|
||||||
sed -i '/ifndef VIRTUAL_ENV/,+2d' Makefile
|
sed -i '/ifndef VIRTUAL_ENV/,+2d' Makefile
|
||||||
|
|
||||||
|
# Make the build verbose so it won't get culled by Hydra thinking that
|
||||||
|
# it somehow got stuck doing nothing.
|
||||||
|
sed -i 's;\t@;\t;' Makefile
|
||||||
'';
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user