From 768b7705977aa951c36bd37e48956bf91dcc7719 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 9 Mar 2023 18:14:25 +0100 Subject: ci: Update the list of GCC versions for the 'core' subset. * gnu/ci.scm (%core-packages): Remove GCC-8 and GCC-9. Add GCC-12. --- gnu/ci.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/ci.scm b/gnu/ci.scm index 5159205325..5591bb711b 100644 --- a/gnu/ci.scm +++ b/gnu/ci.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2012-2022 Ludovic Courtès +;;; Copyright © 2012-2023 Ludovic Courtès ;;; Copyright © 2017, 2020 Jan (janneke) Nieuwenhuizen ;;; Copyright © 2018, 2019 Clément Lassieur ;;; Copyright © 2020 Julien Lepiller @@ -137,7 +137,7 @@ (define %core-packages ;; 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-8 gcc-9 gcc-10 gcc-11 glibc binutils + (list gcc-10 gcc-11 gcc-12 glibc binutils gmp mpfr mpc coreutils findutils diffutils patch sed grep gawk gnu-gettext hello guile-2.2 guile-3.0 zlib gzip xz guix %bootstrap-binaries-tarball -- cgit v1.2.3