projects
/
platform
/
upstream
/
openblas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d511063
)
fix typo
author
Martin Kroeker
<martin@ruby.chemie.uni-freiburg.de>
Sat, 10 Jul 2021 17:03:42 +0000
(19:03 +0200)
committer
GitHub
<noreply@github.com>
Sat, 10 Jul 2021 17:03:42 +0000
(19:03 +0200)
azure-pipelines.yml
patch
|
blob
|
history
diff --git
a/azure-pipelines.yml
b/azure-pipelines.yml
index 8bc27eb0865bf409347ffdfdc1bfbf8a2685979d..65bc8e680a727abd8c7578b37a1c599e893d8ef5 100644
(file)
--- a/
azure-pipelines.yml
+++ b/
azure-pipelines.yml
@@
-149,9
+149,9
@@
jobs:
- job: ALPINE_MUSL
pool:
- vmImage: 'ubuntu-
16.04
'
+ vmImage: 'ubuntu-
latest
'
steps:
- - script |
+ - script
:
|
wget 'https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.9.0/alpine-chroot-install' \
&& echo 'e5dfbbdc0c4b3363b99334510976c86bfa6cb251 alpine-chroot-install' | sha1sum -c || exit 1
alpine() { /alpine/enter-chroot -u "$USER" "$@"; }