Skip to content

Commit

Permalink
ldd all the openssl.so
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <[email protected]>
  • Loading branch information
tpowell-progress committed Nov 7, 2024
1 parent aeed6f0 commit e48b1c7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config/software/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,11 @@
command "gem install openssl-#{openssl_gem_version}.gem --no-document -- --with-openssl-dir=#{install_dir}/embedded --with-openssl-lib=#{install_dir}/embedded/lib", env: fips_env, cwd: "#{install_dir}/openssl"

command "#{install_dir}/embedded/bin/gem info openssl"
if windows?
Dir['**/openssl.so'].each do |opensslso|
command "c:/msys2/usr/bin/ldd.exe #{opensslso}"
end
end
end

if windows?
Expand Down Expand Up @@ -403,8 +408,5 @@
}
end
command find_command

command "echo '🤔🐴💩 <<< openssl dir >>>'"
command "find #{install_dir}"
end
end

0 comments on commit e48b1c7

Please sign in to comment.