mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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:
parent
89fe091bb4
commit
c145e51844
1 changed files with 1 additions and 1 deletions
|
@ -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 _
|
||||
|
|
Loading…
Reference in a new issue