We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f86650 + ad87d62 commit f0e8560Copy full SHA for f0e8560
azure-pipelines.yml
@@ -206,8 +206,9 @@ jobs:
206
vmImage: 'ubuntu-latest'
207
steps:
208
- script: |
209
- wget 'https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.9.0/alpine-chroot-install' \
210
- && echo 'e5dfbbdc0c4b3363b99334510976c86bfa6cb251 alpine-chroot-install' | sha1sum -c || exit 1
+ wget https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.13.1/alpine-chroot-install \
+ && echo '7c7e3fa378e69aecc7f5f01bbc759e5f0a9d9b74 alpine-chroot-install' | sha1sum -c \
211
+ || exit 1
212
alpine() { /alpine/enter-chroot -u "$USER" "$@"; }
213
sudo sh alpine-chroot-install -p 'build-base gfortran perl linux-headers sudo'
214
alpine make DYNAMIC_ARCH=1 BINARY=64
0 commit comments