Skip to content

Commit ca83dc8

Browse files
committed
(PE-37599) Build client-tools-runtime-2021.7.x project for Red Hat 9 FIPS (Intel)
1 parent 0ec2d4e commit ca83dc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configs/projects/_shared-client-tools-runtime.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
# already defined in the project
2828
elsif platform.name =~ /^redhatfips-8/
2929
proj.setting(:openssl_version, '1.1.1k')
30+
elsif platform.name =~ /^redhatfips-9/
31+
proj.setting(:openssl_version, '3.0')
3032
else
3133
proj.setting(:openssl_version, '1.1.1')
3234
end

0 commit comments

Comments
 (0)