mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io> Co-authored-by: Vasundhara Jagdale <vasundhara.jagdale@chef.io>
This commit is contained in:
parent
381a45ebd6
commit
cf1df33df2
2 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,8 @@ dependency "shebang-cleanup"
|
|||
# Ensure our SSL cert files are accessible to ruby.
|
||||
dependency "openssl-customization"
|
||||
|
||||
dependency "ruby-msys2-devkit" if windows?
|
||||
|
||||
package :rpm do
|
||||
signing_passphrase ENV["OMNIBUS_RPM_SIGNING_PASSPHRASE"]
|
||||
compression_level 1
|
||||
|
|
|
@ -7,3 +7,5 @@ override "ruby", version: "3.1.2"
|
|||
|
||||
# Mac m1
|
||||
override "openssl", version: "1.1.1m" if mac_os_x?
|
||||
|
||||
override "ruby-msys2-devkit", version: "3.1.2-1"
|
Loading…
Reference in a new issue