Skip to content

Commit

Permalink
Merge pull request #863 from joshcooper/minitar-aix
Browse files Browse the repository at this point in the history
Add minitar rubygem on AIX
  • Loading branch information
mhashizume committed Jul 3, 2024
2 parents a39b23b + 9408177 commit 08c0261
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configs/projects/_shared-agent-components.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
1 change: 0 additions & 1 deletion configs/projects/agent-runtime-7.x.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 0 additions & 1 deletion configs/projects/agent-runtime-main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 08c0261

Please sign in to comment.