mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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:
parent
e702e26a38
commit
5c310940ed
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ (define (->job test)
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue