mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
address pr comments
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user