Skip to content

Commit

Permalink
Update cmake to 3.23.3 for k-NN in 2.9.0 in AMIs (opensearch-project#324
Browse files Browse the repository at this point in the history
)

Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Jul 10, 2023
1 parent 1463adc commit 548e9c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packer/scripts/macos/macos-agentsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ python3 get-pip.py
export PATH=/Users/ec2-user/Library/Python/3.9/bin:/opt/local/Library/Frameworks/Python.framework/Versions/3.9/bin:$PATH
pip install pipenv==2023.6.12
pip install awscli==1.22.12
pip install cmake==3.21.3
pip install cmake==3.23.3

4 changes: 2 additions & 2 deletions packer/scripts/windows/scoop-install-commons.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ scoop install gh
gh version

# Install dev tools
# Lock to 3.21.3
scoop install https://raw.githubusercontent.com/ScoopInstaller/Main/67ef407eec0cb7e6a9c9f72117a5b3e7a47e4e56/bucket/cmake.json
# Lock to 3.23.3
scoop install https://raw.githubusercontent.com/ScoopInstaller/Main/56eed69c3bf04110e306f77ad45cfc8c1c5bb9bc/bucket/cmake.json
cmake --version

# Install zip
Expand Down

0 comments on commit 548e9c7

Please sign in to comment.