mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
ci: Really honor system type for manifests.
* gnu/ci.scm (manifests->jobs): Pass SYSTEM to 'lower-object'.
This commit is contained in:
parent
4cdbbfa48d
commit
4fb9d52435
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ (define (manifest-entry->job entry system)
|
|||
(let* ((obj (manifest-entry-item entry))
|
||||
(drv (parameterize ((%graft? #f))
|
||||
(run-with-store store
|
||||
(lower-object obj)
|
||||
(lower-object obj system)
|
||||
#:system system)))
|
||||
(max-silent-time (or (and (package? obj)
|
||||
(assoc-ref (package-properties obj)
|
||||
|
|
Loading…
Reference in a new issue