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.master
parent
89fe091bb4
commit
c145e51844
|
@ -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 _
|
||||
|
|
Reference in New Issue