gnu: icu4c: Enable tests on i686.
* gnu/packages/icu4c.scm (icu4c)[arguments]: Don't override <#:tests?>.master
parent
a4c38f812c
commit
ac135287d2
|
@ -59,12 +59,6 @@
|
||||||
(string-prefix? "mips" s)))
|
(string-prefix? "mips" s)))
|
||||||
'("--with-data-packaging=archive")
|
'("--with-data-packaging=archive")
|
||||||
'()))
|
'()))
|
||||||
,@(if (string-prefix? "i686" (or (%current-target-system)
|
|
||||||
(%current-system)))
|
|
||||||
;; FIXME: Some tests are failing on i686:
|
|
||||||
;; <https://unicode-org.atlassian.net/browse/ICU-20080>.
|
|
||||||
'(#:tests? #f)
|
|
||||||
'())
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'chdir-to-source
|
(add-after 'unpack 'chdir-to-source
|
||||||
|
|
Reference in New Issue