gnu: curl: Skip failing test on 32-bit architectures.

* gnu/packages/curl.scm (curl-7.84.0)[arguments]: Use custom
'skip-failing-tests phase on all 32-bit architectures.
This commit is contained in:
Efraim Flashner 2022-07-03 10:06:48 +03:00
parent 89fe091bb4
commit c145e51844
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -159,7 +159,7 @@ (define curl-7.84.0
(arguments (substitute-keyword-arguments (package-arguments curl)
((#:phases phases)
(cond
((target-x86-32?)
((not (target-64bit?))
#~(modify-phases #$phases
(add-after 'unpack 'skip-failing-tests
(lambda _