me
/
guix
Archived
1
0
Fork 0

ci: Add derivation inputs.

* gnu/ci.scm (derivation->job): Add the derivation inputs to the job
association list.
master
Mathieu Othacehe 2021-05-22 14:30:15 +02:00
parent 42162c84dc
commit e4c02ac70f
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 3 additions and 0 deletions

View File

@ -92,6 +92,9 @@ MAX-SILENT-TIME and TIMEOUT are build options passed to the daemon when
building the derivation."
`((#:job-name . ,name)
(#:derivation . ,(derivation-file-name drv))
(#:inputs . ,(map (compose derivation-file-name
derivation-input-derivation)
(derivation-inputs drv)))
(#:outputs . ,(filter-map
(lambda (res)
(match res