File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ install:
85
85
86
86
script :
87
87
# Build library and collect into libs subdirectory
88
- - build_on_travis
88
+ - travis_wait 20 build_on_travis
89
89
- libc=${MB_ML_LIBC:-manylinux}
90
90
- docker_image=quay.io/pypa/${libc}${MB_ML_VER}_${PLAT}
91
91
- docker run --rm -e INTERFACE64="${INTERFACE64}" -e MB_ML_LIBC="${MB_ML_LIBC}" -v $(pwd):/openblas "${docker_image}" /bin/bash -xe /openblas/tools/build_wheel.sh
Original file line number Diff line number Diff line change @@ -173,15 +173,14 @@ function do_build_lib {
173
173
mkdir -p libs
174
174
start_spinner
175
175
set -x
176
- echo git config
177
176
git config --global --add safe.directory ' *'
178
177
pushd OpenBLAS
179
178
patch_source
180
179
echo start building
181
180
CFLAGS=" $CFLAGS -fvisibility=protected -Wno-uninitialized" \
182
181
make BUFFERSIZE=20 DYNAMIC_ARCH=1 \
183
182
USE_OPENMP=0 NUM_THREADS=64 \
184
- BINARY=$bitness $interface_flags $target_flags shared
183
+ BINARY=$bitness $interface_flags $target_flags shared 2>&1 1> /dev/null
185
184
echo done building, now testing
186
185
make BUFFERSIZE=20 DYNAMIC_ARCH=1 \
187
186
USE_OPENMP=0 NUM_THREADS=64 \
You can’t perform that action at this time.
0 commit comments