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 0c43c6f commit 4a15d72Copy full SHA for 4a15d72
azure-pipelines.yml
@@ -288,9 +288,9 @@ jobs:
288
vmImage: 'ubuntu-latest'
289
steps:
290
- script: |
291
- wget https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.13.2/alpine-chroot-install \
292
- && echo '60c7e0b5d82e21d1a549fc9a46ba3b36688c09dc alpine-chroot-install' | sha1sum -c \
293
- || exit 1
+ wget https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.14.0/alpine-chroot-install \
+ && echo 'ccbf65f85cdc351851f8ad025bb3e65bae4d5b06 alpine-chroot-install' | sha1sum -c \
+ || exit 1
294
alpine() { /alpine/enter-chroot -u "$USER" "$@"; }
295
sudo sh alpine-chroot-install -p 'build-base gfortran perl linux-headers sudo'
296
alpine make DYNAMIC_ARCH=1 BINARY=64
0 commit comments