Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Merge pull request #859 from joshcooper/amazon2
Browse files Browse the repository at this point in the history
Rename amazon 7 to 2
  • Loading branch information
mhashizume authored Jun 3, 2024
2 parents 32a50cd + d743d36 commit 80c8c35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/components/yaml-cpp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
cmake_toolchain_file = ''
make = 'make'
mkdir = 'mkdir'
cmake = if platform.name =~ /amazon-7-aarch64/
cmake = if platform.name =~ /amazon-2-aarch64/
'/usr/bin/cmake3'
else
'cmake'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform 'amazon-7-aarch64' do |plat|
platform 'amazon-2-aarch64' do |plat|
plat.inherit_from_default

packages = %w[
Expand Down

0 comments on commit 80c8c35

Please sign in to comment.