Skip to content

Commit a6992ad

Browse files
committed
Buildkite: really fix dependencies of check-hydra script
Fix for #163 was missing something. Failure was random because the repo is often already unpacked due to the daily Hackage and Stackage update process.
1 parent d10e0b0 commit a6992ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check-hydra.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ writeScript "check-hydra.sh" ''
77
88
set -euo pipefail
99
10-
export PATH="${makeBinPath [ coreutils time gnutar hydra jq ]}"
10+
export PATH="${makeBinPath [ coreutils time gnutar gzip hydra jq ]}"
1111
1212
echo '~~~ Evaluating release.nix'
1313
command time --format '%e' -o eval-time.txt \

0 commit comments

Comments
 (0)