Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Jul 27, 2024
1 parent ef3584e commit ef0c28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ function build_lib {
echo pulling image ${docker_image}
docker pull $docker_image
echo done pulling image, starting docker run
exit -1
# Docker sources this script, and runs `do_build_lib`
docker run --rm \
-e BUILD_PREFIX="$BUILD_PREFIX" \
Expand Down Expand Up @@ -174,7 +175,6 @@ function do_build_lib {
git config --global --add safe.directory '*'
pushd OpenBLAS
patch_source
exit -1
CFLAGS="$CFLAGS -fvisibility=protected -Wno-uninitialized" \
make BUFFERSIZE=20 DYNAMIC_ARCH=1 \
USE_OPENMP=0 NUM_THREADS=64 \
Expand Down

0 comments on commit ef0c28a

Please sign in to comment.