~ruther/guix-local

0e753223afaccdd6fd1d9ce053c2b76df129f104 — Efraim Flashner 11 months ago 90f0702
gnu: icu4c: Skip some tests on armhf-linux.

* gnu/packages/icu4c.scm (icu4c-73)[arguments]: When building for
armhf-linux add a phase to skip some tests.

Change-Id: Ib8ac2fa4981df1a40b38570a3d4f53204f30add4
1 files changed, 11 insertions(+), 1 deletions(-)

M gnu/packages/icu4c.scm
M gnu/packages/icu4c.scm => gnu/packages/icu4c.scm +11 -1
@@ 1,7 1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2015, 2016 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016, 2017, 2020, 2022 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017, 2020, 2022, 2025 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2019, 2020, 2022 Marius Bakke <marius@gnu.org>


@@ 112,6 112,16 @@
                        (substitute* "source/test/Makefile.in"
                          ((" intltest ") " ")))))
                 #~())
          #$@(if (target-arm32?)
                 #~((add-after 'unpack 'disable-failing-test
                      (lambda _
                        ;; The caltest test started to fail to compile after
                        ;; the upgrade to gcc-14 but it's unclear which test is
                        ;; failing or how to disable just that one test.
                        ;; Error: co-processor offset out of range
                        (substitute* "source/test/Makefile.in"
                          ((" intltest ") " ")))))
                 #~())
          (add-after 'install 'avoid-coreutils-reference
            ;; Don't keep a reference to the build tools.
            (lambda _