File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
lib/vanagon/platform/defaults Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](https://semver.org).
55This changelog adheres to [ Keep a CHANGELOG] ( https://keepachangelog.com ) .
66
77## [ Unreleased]
8+ ### Changed
9+ (PA-6262) Change cmake to cmake3 form amazon linux 2 arm
810
911## [ 0.49.0] - 2024-04-29
1012### Fixed
Original file line number Diff line number Diff line change 33 plat . defaultdir "/etc/sysconfig"
44 plat . servicetype "systemd"
55
6- packages = %w( autoconf automake createrepo gcc gcc-c++ rsync cmake make rpm-libs rpm-build libarchive )
6+ packages = %w( autoconf automake createrepo gcc gcc-c++ rsync cmake3 make rpm-libs rpm-build libarchive )
77 plat . provision_with ( "yum install -y --nogpgcheck #{ packages . join ( ' ' ) } " )
88 plat . install_build_dependencies_with "yum install --assumeyes"
99 plat . vmpooler_template "amazon-7-arm64"
You can’t perform that action at this time.
0 commit comments