Skip to content

Commit

Permalink
Merge pull request #770 from amitkarsale/PA-5902
Browse files Browse the repository at this point in the history
(PA-5902) Enable puppet-runtime builds for macOS 14(ARM)
  • Loading branch information
joshcooper authored Nov 30, 2023
2 parents ad53829 + ad5643b commit f5f5cef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configs/platforms/osx-14-arm64.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
platform 'osx-14-arm64' do |plat|
plat.inherit_from_default

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

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

0 comments on commit f5f5cef

Please sign in to comment.