From d86290edf0edcc5f931c52dce3955348c40949f5 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 10 Jul 2021 19:52:04 +0200 Subject: [PATCH] add sudo for install in Alpine --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 65bc8e680..6a7cc73e4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -157,5 +157,5 @@ jobs: alpine() { /alpine/enter-chroot -u "$USER" "$@"; } sudo sh alpine-chroot-install -p 'build-base gfortran perl linux-headers' alpine make DYNAMIC_ARCH=1 BINARY=64 - alpine make DYNAMIC_ARCH=1 BINARY=64 install + alpine sudo make DYNAMIC_ARCH=1 BINARY=64 install