test: convert eight or so setup operations to REST

This commit is contained in:
Luke McCrone
2025-05-23 19:10:40 -03:00
parent 4405fb1d26
commit 87ece0cc26
23 changed files with 321 additions and 304 deletions
+3 -2
View File
@@ -139,6 +139,7 @@ jobs:
- name: Install s3cmd
run: |
sudo apt-get update
sudo apt-get install s3cmd
- name: Install mc
@@ -146,10 +147,10 @@ jobs:
curl https://dl.min.io/client/mc/release/linux-amd64/mc --create-dirs -o /usr/local/bin/mc
chmod 755 /usr/local/bin/mc
- name: Install xmllint (for rest)
- name: Install xml libraries (for rest)
run: |
sudo apt-get update
sudo apt-get install libxml2-utils
sudo apt-get install libxml2-utils xmlstarlet
# see https://github.com/versity/versitygw/issues/1034
- name: Install AWS cli