address pr comments

This commit is contained in:
Connor Peet
2022-10-11 08:30:43 -07:00
parent ebd59363f0
commit b42f25b50b
7 changed files with 24 additions and 20 deletions

View File

@@ -20,6 +20,7 @@ parameters:
steps:
# inspired by: https://github.com/emk/rust-musl-builder/blob/main/Dockerfile
- bash: |
set -e
sudo apt-get update
sudo apt-get install -yq build-essential cmake curl file git graphviz musl-dev musl-tools linux-libc-dev pkgconf unzip xutils-dev
sudo ln -s "/usr/bin/g++" "/usr/bin/musl-g++" || echo "link exists"