Skip to content

Commit

Permalink
Merge pull request #728 from amitkarsale/PA-5733-rhel9-puppet-runtime…
Browse files Browse the repository at this point in the history
…-build

(PA-5733) Enable puppet-runtime builds for rhel9
  • Loading branch information
joshcooper authored Sep 19, 2023
2 parents 6089f7b + cd0ee51 commit 1e27df9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions configs/platforms/el-9-aarch64.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
platform 'el-9-aarch64' do |plat|
plat.inherit_from_default

packages = %w(
perl
perl-Getopt-Long
java-1.8.0-openjdk-devel
patch
swig
libselinux-devel
readline-devel
zlib-devel
systemtap-sdt-devel
)
plat.provision_with("dnf install -y --allowerasing #{packages.join(' ')}")
plat.install_build_dependencies_with "dnf install -y --allowerasing "
plat.vmpooler_template "redhat-9-arm64"
end

0 comments on commit 1e27df9

Please sign in to comment.