File tree 2 files changed +3
-1
lines changed
lib/vanagon/platform/defaults
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).
5
5
This changelog adheres to [ Keep a CHANGELOG] ( https://keepachangelog.com ) .
6
6
7
7
## [ Unreleased]
8
+ ### Changed
9
+ (PA-6262) Change cmake to cmake3 form amazon linux 2 arm
8
10
9
11
## [ 0.49.0] - 2024-04-29
10
12
### Fixed
Original file line number Diff line number Diff line change 3
3
plat . defaultdir "/etc/sysconfig"
4
4
plat . servicetype "systemd"
5
5
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 )
7
7
plat . provision_with ( "yum install -y --nogpgcheck #{ packages . join ( ' ' ) } " )
8
8
plat . install_build_dependencies_with "yum install --assumeyes"
9
9
plat . vmpooler_template "amazon-7-arm64"
You can’t perform that action at this time.
0 commit comments