Skip to content

Commit

Permalink
(PE-37599) Build client-tools-runtime-2021.7.x project for Red Hat 9 …
Browse files Browse the repository at this point in the history
…FIPS (Intel)
  • Loading branch information
imaqsood committed Mar 15, 2024
1 parent 0ec2d4e commit ca83dc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/projects/_shared-client-tools-runtime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
# already defined in the project
elsif platform.name =~ /^redhatfips-8/
proj.setting(:openssl_version, '1.1.1k')
elsif platform.name =~ /^redhatfips-9/
proj.setting(:openssl_version, '3.0')
else
proj.setting(:openssl_version, '1.1.1')
end
Expand Down

0 comments on commit ca83dc8

Please sign in to comment.