me
/
guix
Archived
1
0
Fork 0

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
master
Efraim Flashner 2024-05-12 09:52:47 +03:00
parent 39059b9390
commit 43370c2db3
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -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