diff --git a/configs/projects/_shared-agent-components.rb b/configs/projects/_shared-agent-components.rb index d5d224739..6e722cc46 100644 --- a/configs/projects/_shared-agent-components.rb +++ b/configs/projects/_shared-agent-components.rb @@ -60,10 +60,10 @@ proj.component 'rubygem-locale' proj.component 'rubygem-gettext' proj.component 'rubygem-fast_gettext' +proj.component 'rubygem-ffi' -if platform.is_windows? || platform.is_solaris? +if platform.is_windows? || platform.is_solaris? || platform.is_aix? proj.component 'rubygem-minitar' - proj.component 'rubygem-ffi' end if platform.is_macos? diff --git a/configs/projects/agent-runtime-7.x.rb b/configs/projects/agent-runtime-7.x.rb index 0ffb1c1f9..93f45363a 100644 --- a/configs/projects/agent-runtime-7.x.rb +++ b/configs/projects/agent-runtime-7.x.rb @@ -54,7 +54,6 @@ # When adding components to this list, please # add them to pe-installer-runtime-main as well proj.component 'rubygem-concurrent-ruby' - proj.component 'rubygem-ffi' proj.component 'rubygem-multi_json' proj.component 'rubygem-optimist' proj.component 'rubygem-highline' diff --git a/configs/projects/agent-runtime-main.rb b/configs/projects/agent-runtime-main.rb index bf08e684e..e7bdce75a 100644 --- a/configs/projects/agent-runtime-main.rb +++ b/configs/projects/agent-runtime-main.rb @@ -56,7 +56,6 @@ # When adding components to this list, please # add them to pe-installer-runtime-main as well proj.component 'rubygem-concurrent-ruby' - proj.component 'rubygem-ffi' proj.component 'rubygem-multi_json' proj.component 'rubygem-optimist' proj.component 'rubygem-highline'