Skip to content

Commit

Permalink
modified to pull git repo - openssl
Browse files Browse the repository at this point in the history
Signed-off-by: poorndm <[email protected]>
  • Loading branch information
poorndm committed Jan 15, 2025
1 parent d51142c commit 5f13d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/software/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@
# add OPENSSL_FIPS to the environment _if_ fips is active
fips_env = fips_mode? ? env.merge({ "OPENSSL_FIPS" => "1" }) : env

# command "git clone https://github.com/ruby/openssl.git", cwd: "#{install_dir}"
# command "gem build openssl.gemspec", cwd: "#{install_dir}/openssl"
command "git clone https://github.com/ruby/openssl.git", cwd: "#{install_dir}"
command "gem build openssl.gemspec", cwd: "#{install_dir}/openssl"
command "gem install openssl-#{openssl_gem_version}.gem --no-document -- --with-openssl-dir=#{install_dir}/embedded", env: fips_env, cwd: "#{install_dir}/openssl"

command "#{install_dir}/embedded/bin/gem info openssl"
Expand Down

0 comments on commit 5f13d14

Please sign in to comment.