mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01: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"
|
(setenv "TZDIR"
|
||||||
(search-input-directory inputs "share/zoneinfo"))
|
(search-input-directory inputs "share/zoneinfo"))
|
||||||
;; Speed-up the test suite on some of the architectures.
|
;; Speed-up the test suite on some of the architectures.
|
||||||
,@(if (not (target-x86?))
|
,@(if (not (target-x86-64?))
|
||||||
`((setenv "TESTS_SUITES_EXCLUDE" "rsa"))
|
`((setenv "TESTS_SUITES_EXCLUDE" "rsa"))
|
||||||
'()))))
|
'()))))
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue