Skip to content

Commit

Permalink
pin awscli to 2.17.51 for release pipeline on GLIBC<2.17 (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Sep 25, 2024
1 parent 0f63552 commit 28928d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codebuild/cd/manylinux-x64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ phases:
pre_build:
commands:
- export CC=gcc
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.17.51.zip" -o "awscliv2.zip"
- unzip awscliv2.zip
- ./aws/install
build:
Expand Down
2 changes: 1 addition & 1 deletion codebuild/cd/manylinux-x64-fips-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ phases:
pre_build:
commands:
- export CC=gcc
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.17.51.zip" -o "awscliv2.zip"
- unzip awscliv2.zip
- ./aws/install
build:
Expand Down

0 comments on commit 28928d4

Please sign in to comment.