hydra: Set the guile-for-build for the test jobs.

* build-aux/hydra/gnu-system.scm (system-test-jobs): Call
'set-guile-for-build'.
This commit is contained in:
Ludovic Courtès 2016-06-21 00:20:50 +02:00
parent e702e26a38
commit 5c310940ed
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -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)