mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +02:00
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
This commit is contained in:
+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 _
|
||||
|
||||
Reference in New Issue
Block a user