gnu: curl: Skip failing test on arm machines.
* gnu/packages/curl.scm (curl)[arguments]: Adjust custom 'check phase to skip a test on armhf-linux and aarch64-linux. Change-Id: I26fcb8c911a412c9196b759caefb6a003a241b6b
This commit is contained in:
parent
92f113694f
commit
bc71be1a1d
@ -129,7 +129,9 @@
|
||||
"1")))
|
||||
(arguments `("-C" "tests" "test"
|
||||
,@make-flags
|
||||
,(if #$(system-hurd?)
|
||||
,(if #$(or (system-hurd?)
|
||||
(target-arm32?)
|
||||
(target-aarch64?))
|
||||
;; protocol FAIL
|
||||
(string-append "TFLAGS=\"~1474 "
|
||||
job-count "\"")
|
||||
|
Loading…
Reference in New Issue
Block a user