Browse Source

add sudo for install in Alpine

tags/v0.3.16^2
Martin Kroeker GitHub 4 years ago
parent
commit
d86290edf0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      azure-pipelines.yml

+ 1
- 1
azure-pipelines.yml View File

@@ -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

Loading…
Cancel
Save