From 174db5caadce9c4cf23f0e2a381bfbaaabb88184 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Tue, 29 Sep 2020 17:46:22 -0400 Subject: [PATCH] noto-fonts-emoji: Work around Hydra silence timeouts by being noisy The added noise should keep Hydra from stopping this build thinking it is hanging doing nothing, while in fact it's just churning slowly through thousands of funny pictures! --- pkgs/data/fonts/noto-fonts/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/data/fonts/noto-fonts/default.nix b/pkgs/data/fonts/noto-fonts/default.nix index 79f8cb8b336..1c1d773038e 100644 --- a/pkgs/data/fonts/noto-fonts/default.nix +++ b/pkgs/data/fonts/noto-fonts/default.nix @@ -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;