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:
Samuel Dionne-Riel 2020-09-30 14:16:08 -04:00 committed by GitHub
commit 4c3b84ca6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,6 +141,10 @@ in
# remove check for virtualenv, since we handle
# python requirements using python.withPackages
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;