Skip to content

Commit

Permalink
Merge pull request #851 from imaqsood/PA-6262-cmake3-changes
Browse files Browse the repository at this point in the history
(PA-6262) Change cmake to cmake3 form amazon linux 2 arm
  • Loading branch information
imaqsood authored May 7, 2024
2 parents c5144fa + 055c817 commit a4032ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](https://semver.org).
This changelog adheres to [Keep a CHANGELOG](https://keepachangelog.com).

## [Unreleased]
### Changed
(PA-6262) Change cmake to cmake3 form amazon linux 2 arm

## [0.49.0] - 2024-04-29
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/vanagon/platform/defaults/amazon-7-aarch64.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
plat.defaultdir "/etc/sysconfig"
plat.servicetype "systemd"

packages = %w(autoconf automake createrepo gcc gcc-c++ rsync cmake make rpm-libs rpm-build libarchive)
packages = %w(autoconf automake createrepo gcc gcc-c++ rsync cmake3 make rpm-libs rpm-build libarchive)
plat.provision_with("yum install -y --nogpgcheck #{packages.join(' ')}")
plat.install_build_dependencies_with "yum install --assumeyes"
plat.vmpooler_template "amazon-7-arm64"
Expand Down

0 comments on commit a4032ea

Please sign in to comment.