Use curl instead of AWS CLI (#2689)

The latter starts up significantly slower which impedes integration
test times.  curl has some limitations, e.g., no SSE support.
This commit is contained in:
Andrew Gaul
2025-08-28 08:36:07 +09:00
committed by GitHub
parent e8b5a4109a
commit 87d7a5822e
6 changed files with 88 additions and 84 deletions

View File

@ -140,11 +140,6 @@ jobs:
if brew list | grep -q ${s3fs_brew_pkg}; then if brew outdated | grep -q ${s3fs_brew_pkg}; then HOMEBREW_NO_AUTO_UPDATE=1 brew upgrade ${s3fs_brew_pkg}; fi; else HOMEBREW_NO_AUTO_UPDATE=1 brew install ${s3fs_brew_pkg}; fi
done
- name: Install awscli2
run: |
curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o /tmp/AWSCLIV2.pkg
sudo installer -pkg /tmp/AWSCLIV2.pkg -target /
- name: Build
run: |
./autogen.sh