diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-06-21 00:20:50 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-06-21 00:20:50 +0200 |
commit | 5c310940edc8d6b8c85c44f2d9cf258e937ab156 (patch) | |
tree | fb5523fac595f9e70e54850f5880d27f4e0fafee /build-aux/hydra | |
parent | e702e26a38f868bf3ffb5bbf3316d46d4c4bbb32 (diff) | |
download | patches-5c310940edc8d6b8c85c44f2d9cf258e937ab156.tar patches-5c310940edc8d6b8c85c44f2d9cf258e937ab156.tar.gz |
hydra: Set the guile-for-build for the test jobs.
* build-aux/hydra/gnu-system.scm (system-test-jobs): Call
'set-guile-for-build'.
Diffstat (limited to 'build-aux/hydra')
-rw-r--r-- | build-aux/hydra/gnu-system.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm index 4c27a9da1b..50e1661d3b 100644 --- a/build-aux/hydra/gnu-system.scm +++ b/build-aux/hydra/gnu-system.scm @@ -182,6 +182,7 @@ system.") (mbegin %store-monad (set-current-system system) (set-grafting #f) + (set-guile-for-build (default-guile)) (system-test-value test))))))) (if (member system %guixsd-supported-systems) |