Skip to content

Commit 055c817

Browse files
committed
(PA-6262) Change cmake to cmake3 form amazon linux 2 arm
1 parent c5144fa commit 055c817

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](https://semver.org).
55
This 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

lib/vanagon/platform/defaults/amazon-7-aarch64.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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"

0 commit comments

Comments
 (0)