Skip to content

Commit

Permalink
Temporarily pin aws-cli to workaround bug: aws/aws-cli#8384
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuollo committed Dec 3, 2023
1 parent 94a6208 commit 6c36327
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/supply
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ pushd "${CACHE_DIR}"
tar xzf OpenJDK11U-jdk_x64_linux_hotspot_11.0.10_9.tar.gz
export PATH=$PWD/jdk-11.0.10+9/bin:$PATH

curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
# temporarily pin aws-cli to workaround bug: https://github.com/aws/aws-cli/issues/8384
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.14.4.zip" -o "awscliv2.zip"
unzip -o awscliv2.zip
./aws/install -i /tmp/aws-cli -b /tmp/bin
/tmp/bin/aws --version
Expand Down

0 comments on commit 6c36327

Please sign in to comment.