Skip to content

Commit 943f2d2

Browse files
authored
Merge pull request puppetlabs#608 from cthorn42/maint/master/osx_agent_7x_fix
(maint) Bring patch over from main to 7.x runtime
2 parents f2863d8 + f0b0df6 commit 943f2d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configs/projects/agent-runtime-7.x.rb

+2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,10 @@
6767
proj.component 'rubygem-sys-filesystem'
6868
end
6969

70+
# Nokogiri and dependencies to improve macOS performance (PUP-11332)
7071
if platform.is_macos?
7172
proj.component 'rubygem-nokogiri'
73+
proj.component 'rubygem-mini_portile2'
7274
end
7375

7476
proj.component 'boost' if ENV['NO_PXP_AGENT'].to_s.empty?

0 commit comments

Comments
 (0)