diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-09-03 23:25:04 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-09-03 23:26:53 +0200 |
commit | 84f38f036fa0099a0b089437d2d999cc1723a5c3 (patch) | |
tree | c4de8c4b00ec54f7f0af6d69a2e0fc2d067c1046 | |
parent | 8e6c9005b4be6f9208ccf85c58cc4a7693fc2397 (diff) |
ci: In the 'core' subset, build GCC >= 7.
Suggested by Jan Nieuwenhuizen <janneke@gnu.org>.
* gnu/ci.scm (%core-packages): Keep only GCC >= 7.
-rw-r--r-- | gnu/ci.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |