diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2023-03-09 18:14:25 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2023-03-09 18:14:25 +0100 |
| commit | 768b7705977aa951c36bd37e48956bf91dcc7719 (patch) | |
| tree | 27d5613fcb159ab14c35be4dd5ccefb45cafd4cd /gnu/ci.scm | |
| parent | 0ad86e94f518c70690641c1d6f3a04037974a25b (diff) | |
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.
Diffstat (limited to 'gnu/ci.scm')
| -rw-r--r-- | gnu/ci.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/ci.scm b/gnu/ci.scm index 51592053252..5591bb711bc 100644 --- a/gnu/ci.scm +++ b/gnu/ci.scm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2012-2022 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2012-2023 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; Copyright © 2017, 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> | 3 | ;;; Copyright © 2017, 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> |
| 4 | ;;; Copyright © 2018, 2019 Clément Lassieur <clement@lassieur.org> | 4 | ;;; Copyright © 2018, 2019 Clément Lassieur <clement@lassieur.org> |
| 5 | ;;; Copyright © 2020 Julien Lepiller <julien@lepiller.eu> | 5 | ;;; Copyright © 2020 Julien Lepiller <julien@lepiller.eu> |
| @@ -137,7 +137,7 @@ SYSTEM." | |||
| 137 | ;; Note: Don't put the '-final' package variants because (1) that's | 137 | ;; Note: Don't put the '-final' package variants because (1) that's |
| 138 | ;; implicit, and (2) they cannot be cross-built (due to the explicit input | 138 | ;; implicit, and (2) they cannot be cross-built (due to the explicit input |
| 139 | ;; chain.) | 139 | ;; chain.) |
| 140 | (list gcc-8 gcc-9 gcc-10 gcc-11 glibc binutils | 140 | (list gcc-10 gcc-11 gcc-12 glibc binutils |
| 141 | gmp mpfr mpc coreutils findutils diffutils patch sed grep | 141 | gmp mpfr mpc coreutils findutils diffutils patch sed grep |
| 142 | gawk gnu-gettext hello guile-2.2 guile-3.0 zlib gzip xz guix | 142 | gawk gnu-gettext hello guile-2.2 guile-3.0 zlib gzip xz guix |
| 143 | %bootstrap-binaries-tarball | 143 | %bootstrap-binaries-tarball |
