mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
@@ -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
Block a user