[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: Revert "hydra: build-machines: Add Guile 3.0.4 fo
From: |
Jan Nieuwenhuizen |
Subject: |
branch master updated: Revert "hydra: build-machines: Add Guile 3.0.4 for the system profile of childhurds." |
Date: |
Sun, 11 Oct 2020 03:11:44 -0400 |
This is an automated email from the git hooks/post-receive script.
janneke pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new 628b8a5 Revert "hydra: build-machines: Add Guile 3.0.4 for the system
profile of childhurds."
628b8a5 is described below
commit 628b8a52928a390f04199b137d19392cdb34ef73
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Oct 11 09:09:09 2020 +0200
Revert "hydra: build-machines: Add Guile 3.0.4 for the system profile of
childhurds."
Since guix commit 1103f878054a3da5c579b1144defd0014abff775,
%base-packages/hurd specifies guile-3.0-latest.
This reverts commit cdef930632d0a94b0d92bf4f5fc7227e75c6eb10.
---
hydra/modules/sysadmin/build-machines.scm | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/hydra/modules/sysadmin/build-machines.scm
b/hydra/modules/sysadmin/build-machines.scm
index ba70b3c..f948aea 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -27,7 +27,6 @@
#:use-module (gnu services monitoring)
#:use-module (gnu services networking)
#:use-module (gnu services virtualization)
- #:use-module (gnu packages guile)
#:use-module (guix gexp)
#:use-module (guix records)
#:use-module (sysadmin people)
@@ -121,18 +120,6 @@ EMULATED-ARCHITECTURES, unless it's empty."
(home-directory "/home/hydra")
(comment "Hydra User -- for offloading"))
%base-user-accounts))
-
- ;; Currently the 'guix' command runs on GUILE-3.0-LATEST (aka. 3.0.4).
- ;; Make sure this is also the one in $PATH since it has incompatible
- ;; bytecode and since 'guix offload' invokes both 'guile' and 'guix'.
- ;; Not doing it is OK but it also means that 'guile' will end up
- ;; recompiling all the Guix modules for which it only has incompatible
- ;; .go files, which takes time.
- (packages (cons guile-3.0-latest
- (delq guile-3.0
- (operating-system-packages
- %hurd-vm-operating-system))))
-
(services
(cons* (service mcron-service-type
(mcron-configuration
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: Revert "hydra: build-machines: Add Guile 3.0.4 for the system profile of childhurds.",
Jan Nieuwenhuizen <=