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 b4cbfe6 commit 498479bCopy full SHA for 498479b
azure-pipelines.yml
@@ -161,6 +161,7 @@ jobs:
161
alpine ls -l mytestdir/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
164
- alpine echo "cpu_set_t* cpu_set = NULL;" >>test_install.c
+ alpine echo "int main(){" >> test_install.c
165
+ alpine echo "cpu_set_t* cpu_set = NULL;}" >>test_install.c
166
alpine gcc -Imytestdir/include test_install.c -Lmytestdir/lib -lopenblas -lpthread -lgfortran -o test_install
167
0 commit comments