Skip to content

Commit

Permalink
Remove redundant rubygem-ffi
Browse files Browse the repository at this point in the history
The rubygem-ffi component is already added in all of the other top-level
projects:

    $ git grep rubygem-ffi configs/projects/
    configs/projects/_pdk-components.rb:proj.component 'rubygem-ffi'
    configs/projects/_shared-pe-bolt-server.rb:proj.component('rubygem-ffi')
    configs/projects/_shared-pe-bolt-server_with_ruby.rb:proj.component('rubygem-ffi')
    configs/projects/_shared-pe-installer-runtime.rb:proj.component('rubygem-ffi')
    configs/projects/agent-runtime-7.x.rb:  proj.component 'rubygem-ffi'
    configs/projects/agent-runtime-main.rb:  proj.component 'rubygem-ffi'
    configs/projects/bolt-runtime.rb:  proj.component 'rubygem-ffi'
  • Loading branch information
joshcooper committed Jun 18, 2024
1 parent 5444118 commit 7d2192f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configs/projects/_shared-agent-components.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@

if platform.is_windows? || platform.is_solaris? || platform.is_aix?
proj.component 'rubygem-minitar'
proj.component 'rubygem-ffi'
end

if platform.is_macos?
Expand Down

0 comments on commit 7d2192f

Please sign in to comment.