mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: icu4c: Disable some tests for x86-32.
* gnu/packages/icu4c.scm (icu4c)[arguments]: When building for x86-32, add "disable-failing-test" stage. Change-Id: I57be6c07121182fb027b8f5c0b383617dd4f962a
This commit is contained in:
parent
eabefdf719
commit
0fb55e9949
1 changed files with 9 additions and 0 deletions
|
@ -103,6 +103,15 @@
|
|||
(("(TESTCASE_AUTO\\(unitUsage\\));" all)
|
||||
(string-append "//" all))))))
|
||||
#~())
|
||||
#$@(if (target-x86-32?)
|
||||
#~((add-after 'unpack 'disable-failing-test
|
||||
(lambda _
|
||||
;; The test reports 18 errors but it's woefully
|
||||
;; unclear which tests actually fail or how to disable
|
||||
;; individual tests.
|
||||
(substitute* "source/test/Makefile.in"
|
||||
((" intltest ") " ")))))
|
||||
#~())
|
||||
(add-after 'install 'avoid-coreutils-reference
|
||||
;; Don't keep a reference to the build tools.
|
||||
(lambda _
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue