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.master
parent
0ad86e94f5
commit
768b770597
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2012-2022 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2012-2023 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2017, 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
;;; Copyright © 2017, 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
||||||
;;; Copyright © 2018, 2019 Clément Lassieur <clement@lassieur.org>
|
;;; Copyright © 2018, 2019 Clément Lassieur <clement@lassieur.org>
|
||||||
;;; Copyright © 2020 Julien Lepiller <julien@lepiller.eu>
|
;;; Copyright © 2020 Julien Lepiller <julien@lepiller.eu>
|
||||||
|
@ -137,7 +137,7 @@ SYSTEM."
|
||||||
;; Note: Don't put the '-final' package variants because (1) that's
|
;; 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
|
;; implicit, and (2) they cannot be cross-built (due to the explicit input
|
||||||
;; chain.)
|
;; 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
|
gmp mpfr mpc coreutils findutils diffutils patch sed grep
|
||||||
gawk gnu-gettext hello guile-2.2 guile-3.0 zlib gzip xz guix
|
gawk gnu-gettext hello guile-2.2 guile-3.0 zlib gzip xz guix
|
||||||
%bootstrap-binaries-tarball
|
%bootstrap-binaries-tarball
|
||||||
|
|
Reference in New Issue