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.
1 parent e7fca06 commit fbfc8b1Copy full SHA for fbfc8b1
azure-pipelines.yml
@@ -249,9 +249,9 @@ jobs:
249
vmImage: 'ubuntu-latest'
250
steps:
251
- script: |
252
- wget https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/master/alpine-chroot-install \
253
- && echo '484fbf313f311da93e913bfdd81ef4df934aa907 alpine-chroot-install' | sha1sum -c \
254
- || exit 1
+ wget https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.13.2/alpine-chroot-install \
+ && echo '60c7e0b5d82e21d1a549fc9a46ba3b36688c09dc alpine-chroot-install' | sha1sum -c \
+ || exit 1
255
alpine() { /alpine/enter-chroot -u "$USER" "$@"; }
256
sudo sh alpine-chroot-install -p 'build-base gfortran perl linux-headers sudo'
257
alpine make DYNAMIC_ARCH=1 BINARY=64
0 commit comments