File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,10 +157,10 @@ jobs:
157157 alpine() { /alpine/enter-chroot -u "$USER" "$@"; }
158158 sudo sh alpine-chroot-install -p 'build-base gfortran perl linux-headers sudo'
159159 alpine make DYNAMIC_ARCH=1 BINARY=64
160- alpine sh -c "echo ''|sudo -S make DYNAMIC_ARCH=1 BINARY=64 install"
161- alpine ls -l /opt/OpenBLAS /include
160+ alpine make DYNAMIC_ARCH=1 BINARY=64 PREFIX=mytestdir install"
161+ alpine ls -l mytestdir /include
162162 alpine echo "// tests that inclusion of openblas_config.h works with musl" >test_install.c
163163 alpine echo "#include <openblas_config.h>" >>test_install.c
164164 alpine echo "cpu_set_t* cpu_set = NULL;" >>test_install.c
165- alpine gcc -I/opt/OpenBLAS /include test_install.c -lopenblas -lpthread -lgfortran -o test_install
165+ alpine gcc -Imytestdir /include test_install.c -lopenblas -lpthread -lgfortran -o test_install
166166
You can’t perform that action at this time.
0 commit comments