gnu: strongswan: Skip rsa test on i686-linux.
* gnu/packages/vpn.scm (strongswan)[arguments]: Adjust custom 'set-up-test-environment phase to skip the rsa tests on i686-linux. Change-Id: If4aff3f710f2eb4e0dfbad58deb41838421db89fmaster
parent
39059b9390
commit
43370c2db3
|
@ -441,7 +441,7 @@ networks bypassing intermediate firewalls.")
|
|||
(setenv "TZDIR"
|
||||
(search-input-directory inputs "share/zoneinfo"))
|
||||
;; Speed-up the test suite on some of the architectures.
|
||||
,@(if (not (target-x86?))
|
||||
,@(if (not (target-x86-64?))
|
||||
`((setenv "TESTS_SUITES_EXCLUDE" "rsa"))
|
||||
'()))))
|
||||
#:configure-flags
|
||||
|
|
Reference in New Issue