mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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: If4aff3f710f2eb4e0dfbad58deb41838421db89f
This commit is contained in:
parent
39059b9390
commit
43370c2db3
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ (define-public strongswan
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue