Skip to content

Commit 7d2192f

Browse files
committed
Remove redundant rubygem-ffi
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'
1 parent 5444118 commit 7d2192f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

configs/projects/_shared-agent-components.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363

6464
if platform.is_windows? || platform.is_solaris? || platform.is_aix?
6565
proj.component 'rubygem-minitar'
66-
proj.component 'rubygem-ffi'
6766
end
6867

6968
if platform.is_macos?

0 commit comments

Comments
 (0)