guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: hydra: services: Add Cuirass spec for Guile.


From: Ludovic Courtès
Subject: branch master updated: hydra: services: Add Cuirass spec for Guile.
Date: Sun, 05 Mar 2023 16:37:30 -0500

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 39f57a0  hydra: services: Add Cuirass spec for Guile.
39f57a0 is described below

commit 39f57a0f14fbba641e4de6747d87e82d3b0b0a5e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Mar 5 22:34:02 2023 +0100

    hydra: services: Add Cuirass spec for Guile.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): Add 'guile'
    jobset.
---
 hydra/modules/sysadmin/services.scm | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 334986b..39a1ea6 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix system administration tools.
 ;;;
-;;; Copyright © 2016-2022 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2016-2023 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2017, 2018, 2020, 2022 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2022 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
@@ -419,7 +419,21 @@ collection instead."
                 (period 7200)
                 (priority 2)
                 (systems '("x86_64-linux"))))
-            #~())))
+            #~())
+
+     ;; Bonus specs: projects other than Guix.
+
+     (specification
+      (name 'guile)
+      (build '(manifests "build-aux/manifest.scm"))
+      (channels
+       (list (channel
+              (name 'guile)
+              (url "https://git.savannah.gnu.org/git/guile.git";)
+              (branch "main"))
+             %default-guix-channel))
+      (priority 5)
+      (systems '#$systems))))
 
 
 ;;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]