From 84f38f036fa0099a0b089437d2d999cc1723a5c3 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 3 Sep 2020 23:25:04 +0200 Subject: ci: In the 'core' subset, build GCC >= 7. Suggested by Jan Nieuwenhuizen . * gnu/ci.scm (%core-packages): Keep only GCC >= 7. --- gnu/ci.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/ci.scm') diff --git a/gnu/ci.scm b/gnu/ci.scm index 630c4a9030..0ce32ef8d8 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 -- cgit v1.2.3