You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rubygem-ffi component was added in the agent-runtime-<version> project for
all platforms and in the _shared-agent-components on Windows, etc. Just add it
always in the _shared-agent-components, which is also included by
_shared-pe-installer-runtime.
$ git grep rubygem-ffi configs/projects/
configs/projects/_pdk-components.rb:proj.component 'rubygem-ffi'
configs/projects/_shared-agent-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/bolt-runtime.rb: proj.component 'rubygem-ffi'
The only project that doesn't add the ffi rubygem is client-tools-runtime-*
0 commit comments