mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Cleanup ruby before fixing gem permissions
This should prevent failures Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
b557eaff7e
commit
8198746e90
1 changed files with 2 additions and 2 deletions
|
@ -44,14 +44,14 @@ dependency "preparation"
|
|||
|
||||
dependency "inspec"
|
||||
|
||||
# Remove all .dll.a and .a files needed for static linkage.
|
||||
dependency "ruby-cleanup"
|
||||
# Mark all directories world readable.
|
||||
dependency "gem-permissions"
|
||||
# Redirect all gem bat files and rb files to point to embedded ruby.
|
||||
dependency "shebang-cleanup"
|
||||
# Ensure our SSL cert files are accessible to ruby.
|
||||
dependency "openssl-customization"
|
||||
# Remove all .dll.a and .a files needed for static linkage.
|
||||
dependency "ruby-cleanup"
|
||||
|
||||
package :rpm do
|
||||
signing_passphrase ENV["OMNIBUS_RPM_SIGNING_PASSPHRASE"]
|
||||
|
|
Loading…
Reference in a new issue