guix-commits
[Top][All Lists]
Advanced

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

03/06: ci: Change "core" subset to include the latest GCC and Guile.


From: guix-commits
Subject: 03/06: ci: Change "core" subset to include the latest GCC and Guile.
Date: Mon, 5 Jul 2021 10:58:29 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 9ac9df25a17767a3a8f4335df1770cf4c02ab5bc
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jul 5 16:09:03 2021 +0200

    ci: Change "core" subset to include the latest GCC and Guile.
    
    * gnu/ci.scm (%core-packages): Replace GCC-7 by GCC-11 and GUILE-2.0 by
    GUILE-3.0.
---
 gnu/ci.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/ci.scm b/gnu/ci.scm
index 7e6053a..4280004 100644
--- a/gnu/ci.scm
+++ b/gnu/ci.scm
@@ -138,9 +138,9 @@ SYSTEM."
   ;; Note: Don't put the '-final' package variants because (1) that's
   ;; implicit, and (2) they cannot be cross-built (due to the explicit input
   ;; chain.)
-  (list gcc-7 gcc-8 gcc-9 gcc-10 glibc binutils
+  (list gcc-8 gcc-9 gcc-10 gcc-11 glibc binutils
         gmp mpfr mpc coreutils findutils diffutils patch sed grep
-        gawk gnu-gettext hello guile-2.0 guile-2.2 zlib gzip xz
+        gawk gnu-gettext hello guile-2.2 guile-3.0 zlib gzip xz
         %bootstrap-binaries-tarball
         %binutils-bootstrap-tarball
         (%glibc-bootstrap-tarball)



reply via email to

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