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
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ tunneling, and so on.")
(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 _