guix-commits
[Top][All Lists]
Advanced

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

02/02: maint: Leave 'gcc-toolchain' out for i586-gnu.


From: guix-commits
Subject: 02/02: maint: Leave 'gcc-toolchain' out for i586-gnu.
Date: Mon, 28 Nov 2022 07:54:18 -0500 (EST)

civodul pushed a commit to branch version-1.4.0
in repository guix.

commit 1bc9d5222f9053fd0ace7b92df0ef9548707cf41
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Nov 28 13:51:51 2022 +0100

    maint: Leave 'gcc-toolchain' out for i586-gnu.
    
    This is a temporary measure to work around the fact that we're currently
    lacking the necessary CPU power and human power to build everything up
    to 'gcc-toolchain'.
    
    * etc/release-manifest.scm (%base-packages/hurd): Comment out
    "gcc-toolchain" for now.
---
 etc/release-manifest.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/release-manifest.scm b/etc/release-manifest.scm
index 8ce8b7fce6..3ef3483300 100644
--- a/etc/release-manifest.scm
+++ b/etc/release-manifest.scm
@@ -61,7 +61,7 @@ TARGET."
   ;; XXX: For now we are less demanding of "i586-gnu".
   (map specification->package
        '("coreutils" "grep" "findutils" "gawk" "make"
-         "gcc-toolchain" "tar" "xz")))
+         #;"gcc-toolchain" "tar" "xz")))
 
 (define %system-packages
   ;; Key packages proposed by the Guix System installer.



reply via email to

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