Skip to content

Commit

Permalink
Got it! have to adjust FIPS now, moving FIPS support back to the main…
Browse files Browse the repository at this point in the history
… openssl.rb file for v3 and laster in onnibus-software

Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
johnmccrae committed Apr 24, 2024
1 parent ad12af4 commit 54a1efd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions config/software/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,6 @@
"libstdc++-6",
]

# if version.satisfies?("~> 3.0.0")
# dlls += ["libcrypto-3-x64", "libssl-3-x64"]
# end

if windows_arch_i386?
dlls << "libgcc_s_dw2-1"
else
Expand All @@ -344,11 +340,10 @@
raise "Cannot find required DLL needed for dynamic linking: #{windows_path}"
end
end

%w{ erb gem irb rdoc ri bundle }.each do |cmd|
copy "#{project_dir}/bin/#{cmd}", "#{install_dir}/embedded/bin/#{cmd}"
end
end

# Ruby seems to mark rake.bat as read-only.
# Mark it as writable so that we can install other version of rake without
Expand Down

0 comments on commit 54a1efd

Please sign in to comment.