[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch staging updated: ci: Add derivation inputs.
From: |
guix-commits |
Subject: |
branch staging updated: ci: Add derivation inputs. |
Date: |
Tue, 25 May 2021 08:48:25 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch staging
in repository guix.
The following commit(s) were added to refs/heads/staging by this push:
new 1ebb6d6 ci: Add derivation inputs.
1ebb6d6 is described below
commit 1ebb6d6735c13d164fc53c90c74412eb922d8907
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat May 22 14:30:15 2021 +0200
ci: Add derivation inputs.
* gnu/ci.scm (derivation->job): Add the derivation inputs to the job
association list.
---
gnu/ci.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/ci.scm b/gnu/ci.scm
index 5ab1b51..0c1387e 100644
--- a/gnu/ci.scm
+++ b/gnu/ci.scm
@@ -87,6 +87,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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch staging updated: ci: Add derivation inputs.,
guix-commits <=