guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: ci: Add 'gdb-minimal' to the "core" package set.


From: guix-commits
Subject: 05/07: ci: Add 'gdb-minimal' to the "core" package set.
Date: Tue, 18 Apr 2023 11:53:07 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit c8bc58a9e705bb4c37d2c4386d1c6050ab324cb1
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Apr 18 15:59:34 2023 +0200

    ci: Add 'gdb-minimal' to the "core" package set.
    
    * gnu/ci.scm (%core-packages): Add GDB-MINIMAL.
---
 gnu/ci.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/ci.scm b/gnu/ci.scm
index 5591bb711b..7acd88ed29 100644
--- a/gnu/ci.scm
+++ b/gnu/ci.scm
@@ -46,6 +46,7 @@
   #:use-module (gnu image)
   #:use-module (gnu packages)
   #:use-module (gnu packages gcc)
+  #:use-module (gnu packages gdb)
   #:use-module (gnu packages base)
   #:use-module (gnu packages gawk)
   #:use-module (gnu packages guile)
@@ -137,7 +138,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-10 gcc-11 gcc-12 glibc binutils
+  (list gcc-10 gcc-11 gcc-12 glibc binutils gdb-minimal
         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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]