ci: Really honor system type for manifests.

* gnu/ci.scm (manifests->jobs): Pass SYSTEM to 'lower-object'.
This commit is contained in:
Ludovic Courtès 2023-08-21 19:16:05 +02:00
parent 4cdbbfa48d
commit 4fb9d52435
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ names, for each one of SYSTEMS."
(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)