Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Merge pull request #767 from imaqsood/PA-5876-enable-mac-os-14-intel-…
Browse files Browse the repository at this point in the history
…puppet-runtime

(PA-5876) Enable macOS 14 (Intel) puppet-runtime builds for agent-run…
  • Loading branch information
imaqsood authored Nov 22, 2023
2 parents e9cec0f + 921f20b commit 8073d02
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configs/platforms/osx-14-x86_64.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
platform 'osx-14-x86_64' do |plat|
plat.inherit_from_default

packages = %w[cmake pkg-config yaml-cpp]
plat.provision_with "su test -c '/usr/local/bin/brew install #{packages.join(' ')}'"

plat.output_dir File.join('apple', '14', 'PC1', 'x86_64')
end

0 comments on commit 8073d02

Please sign in to comment.