tustvold commented on code in PR #2632:
URL: https://github.com/apache/arrow-rs/pull/2632#discussion_r961316958
##########
.github/workflows/object_store.yml:
##########
@@ -116,18 +97,16 @@ jobs:
AWS_SECRET_ACCESS_KEY: test
AWS_ENDPOINT: http://localstack:4566
run: |
- cd /tmp
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o
"awscliv2.zip"
Review Comment:
A happy side-effect of switching to not using the docker runner is the AWS
and Azure CLI's are automatically installed (along with Rust) -
https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md#cli-tools
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]