Commit 1f0e528
committed
Remove redundant rubygem-ffi
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-*1 parent 5444118 commit 1f0e528
3 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | | - | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
| |||
0 commit comments