From abd2e687ae434adc1882e1b721a31c6c40c6e0c8 Mon Sep 17 00:00:00 2001 From: vxtls <187420201+vxtls@users.noreply.github.com> Date: Mon, 6 Apr 2026 08:51:44 -0400 Subject: [PATCH] fix(guix-bootstrap): disable final gawk tests --- .../patches/disable-bootstrap-gawk-tests.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 steps-guix/guix-1.5.0/patches/disable-bootstrap-gawk-tests.patch diff --git a/steps-guix/guix-1.5.0/patches/disable-bootstrap-gawk-tests.patch b/steps-guix/guix-1.5.0/patches/disable-bootstrap-gawk-tests.patch new file mode 100644 index 00000000..582257dc --- /dev/null +++ b/steps-guix/guix-1.5.0/patches/disable-bootstrap-gawk-tests.patch @@ -0,0 +1,13 @@ +--- guix-1.5.0/gnu/packages/commencement.scm ++++ guix-1.5.0/gnu/packages/commencement.scm +@@ -3571,6 +3571,10 @@ + ("patch" ,patch/pinned) + ("findutils" ,findutils) + ("gawk" ,(package/inherit gawk ++ (arguments ++ (substitute-keyword-arguments ++ (package-arguments gawk) ++ ((#:tests? _ #f) #f))) + (native-inputs + (list (if (target-hurd?) + glibc-utf8-locales-final/hurd