Skip to content

Commit 9cb69b7

Browse files
committed
add more debug to build for travis
1 parent 11cc850 commit 9cb69b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/build_steps.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ function build_lib {
6363
# BUILD_PREFIX - install suffix e.g. "/usr/local"
6464
# GFORTRAN_DMG
6565
# MB_ML_VER
66+
echo running build_lib
6667
set -x
6768
local plat=${1:-$PLAT}
6869
local interface64=${2:-$INTERFACE64}
@@ -71,12 +72,14 @@ function build_lib {
7172
# Make directory to store built archive
7273
if [ -n "$IS_OSX" ]; then
7374
# Do build, add gfortran hash to end of name
75+
echo building on macox since IS_OSX is defined
7476
wrap_wheel_builder do_build_lib "$plat" "gf_${GFORTRAN_SHA:0:7}" "$interface64" "$nightly"
7577
return
7678
fi
7779
# Manylinux wrapper
7880
local libc=${MB_ML_LIBC:-manylinux}
7981
local docker_image=quay.io/pypa/${libc}${manylinux}_${plat}
82+
echo pulling image ${docker_image}
8083
docker pull $docker_image
8184
echo done pulling image, starting docker run
8285
# Docker sources this script, and runs `do_build_lib`

0 commit comments

Comments
 (0)