mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-10 18:28:10 +09:00
ci: Test FIPS mode only on CentOS 8
CentOS 9 FIPS mode is too different for this libssh version and Fedora FIPS mode is not maintained. Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Norbert Pocs <npocs@redhat.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
@@ -90,8 +90,8 @@ fedora/openssl_1.1.x/x86_64:
|
|||||||
paths:
|
paths:
|
||||||
- obj/
|
- obj/
|
||||||
|
|
||||||
fedora/openssl_1.1.x/x86_64/fips:
|
centos8/openssl_1.1.1/x86_64/fips:
|
||||||
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
|
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$CENTOS8_BUILD
|
||||||
script:
|
script:
|
||||||
- echo 1 > /etc/system-fips
|
- echo 1 > /etc/system-fips
|
||||||
- update-crypto-policies --set FIPS
|
- update-crypto-policies --set FIPS
|
||||||
|
|||||||
Reference in New Issue
Block a user