guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 01/03: guix: Enable GNU/Hurd compilation and cross-compilatio


From: Ludovic Courtès
Subject: [shepherd] 01/03: guix: Enable GNU/Hurd compilation and cross-compilation.
Date: Sat, 6 Jan 2024 17:35:30 -0500 (EST)

civodul pushed a commit to branch main
in repository shepherd.

commit 3e7194bae929f4ee70ccb6ac0d4e84f676e887c4
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Jan 6 14:52:59 2024 +0100

    guix: Enable GNU/Hurd compilation and cross-compilation.
    
    * .guix/manifest.scm (native-builds): Add “i586-gnu”.
    (cross-builds): Add “i586-pc-gnu”.
---
 .guix/manifest.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.guix/manifest.scm b/.guix/manifest.scm
index 8cf7bbe..916916c 100644
--- a/.guix/manifest.scm
+++ b/.guix/manifest.scm
@@ -1,5 +1,5 @@
 ;;; manifest.scm -- Guix manifest for continuous integration.
-;;; Copyright © 2023 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2023-2024 Ludovic Courtès <ludo@gnu.org>
 ;;;
 ;;; This file is part of the GNU Shepherd.
 ;;;
@@ -52,6 +52,7 @@ TARGET."
                             guile2.2-shepherd)))
                '("x86_64-linux"
                  "i686-linux"
+                 "i586-gnu"
                  "aarch64-linux" "armhf-linux"
                  "powerpc64le-linux"))))
 
@@ -60,7 +61,7 @@ TARGET."
    (map (lambda (target)
           (package->manifest-entry* shepherd-from-tarball "x86_64-linux"
                                     #:target target))
-        '(;; "i586-pc-gnu"          ;FIXME: requires Fibers 1.2.0+
+        '("i586-pc-gnu"
           "aarch64-linux-gnu"
           "riscv64-linux-gnu"))))
 



reply via email to

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