rstudio / r-builds

an opinionated environment for compiling R
GNU General Public License v3.0
101 stars 19 forks source link

Debian 12 builds failing because AWS CLI isn't on PATH #172

Closed glin closed 1 year ago

glin commented 1 year ago

The Debian 12 builds currently fail because AWS CLI isn't on the PATH:

./build.sh: line 22: aws: command not found

It's also aws cli v1, so we could update to v2 as well:

$ /root/.local/pipx/venvs/awscli/bin/aws --version
aws-cli/1.27.160 Python/3.11.2 Linux/5.14.0-1056-oem botocore/1.29.160

This is only when publishing, so we didn't notice it before.