mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue