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 a27a61b commit c47e35aCopy full SHA for c47e35a
azure-pipelines.yml
@@ -157,7 +157,7 @@ jobs:
157
alpine() { /alpine/enter-chroot -u "$USER" "$@"; }
158
sudo sh alpine-chroot-install -p 'build-base gfortran perl linux-headers sudo'
159
alpine make DYNAMIC_ARCH=1 BINARY=64
160
- alpine bash -c "echo ''|sudo -S make DYNAMIC_ARCH=1 BINARY=64 install"
+ alpine sh -c "echo ''|sudo -S make DYNAMIC_ARCH=1 BINARY=64 install"
161
alpine ls -l /opt/OpenBLAS/include
162
alpine echo "// tests that inclusion of openblas_config.h works with musl" >test_install.c
163
alpine echo "#include <openblas_config.h>" >>test_install.c
0 commit comments