diff options
| author | Mathieu Othacehe <othacehe@gnu.org> | 2021-05-22 14:30:15 +0200 |
|---|---|---|
| committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-05-25 09:46:35 +0200 |
| commit | a5c2e0dc4eee1a4319d2dfc1562e38fff76123a5 (patch) | |
| tree | be516793359910206285043efba9ce40c181d609 /gnu/ci.scm | |
| parent | fa4dae68c4560fafba0046433da425b055d5e1d0 (diff) | |
ci: Add derivation inputs.
* gnu/ci.scm (derivation->job): Add the derivation inputs to the job
association list.
Diffstat (limited to 'gnu/ci.scm')
| -rw-r--r-- | gnu/ci.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/ci.scm b/gnu/ci.scm index 8d3590bcdc8..c5de25e70ec 100644 --- a/gnu/ci.scm +++ b/gnu/ci.scm | |||
| @@ -92,6 +92,9 @@ MAX-SILENT-TIME and TIMEOUT are build options passed to the daemon when | |||
| 92 | building the derivation." | 92 | building the derivation." |
| 93 | `((#:job-name . ,name) | 93 | `((#:job-name . ,name) |
| 94 | (#:derivation . ,(derivation-file-name drv)) | 94 | (#:derivation . ,(derivation-file-name drv)) |
| 95 | (#:inputs . ,(map (compose derivation-file-name | ||
| 96 | derivation-input-derivation) | ||
| 97 | (derivation-inputs drv))) | ||
| 95 | (#:outputs . ,(filter-map | 98 | (#:outputs . ,(filter-map |
| 96 | (lambda (res) | 99 | (lambda (res) |
| 97 | (match res | 100 | (match res |
