guix-commits
[Top][All Lists]
Advanced

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

03/03: ci: In the 'core' subset, build GCC >= 7.


From: guix-commits
Subject: 03/03: ci: In the 'core' subset, build GCC >= 7.
Date: Thu, 3 Sep 2020 17:27:24 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 84f38f036fa0099a0b089437d2d999cc1723a5c3
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Sep 3 23:25:04 2020 +0200

    ci: In the 'core' subset, build GCC >= 7.
    
    Suggested by Jan Nieuwenhuizen <janneke@gnu.org>.
    
    * gnu/ci.scm (%core-packages): Keep only GCC >= 7.
---
 gnu/ci.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/ci.scm b/gnu/ci.scm
index 630c4a9..0ce32ef 100644
--- a/gnu/ci.scm
+++ b/gnu/ci.scm
@@ -118,7 +118,7 @@ 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-4.8 gcc-4.9 gcc-5 glibc binutils
+  (list gcc-7 gcc-8 gcc-9 gcc-10 glibc binutils
         gmp mpfr mpc coreutils findutils diffutils patch sed grep
         gawk gnu-gettext hello guile-2.0 guile-2.2 zlib gzip xz
         %bootstrap-binaries-tarball



reply via email to

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