File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ function build_lib {
63
63
# BUILD_PREFIX - install suffix e.g. "/usr/local"
64
64
# GFORTRAN_DMG
65
65
# MB_ML_VER
66
+ echo running build_lib
66
67
set -x
67
68
local plat=${1:- $PLAT }
68
69
local interface64=${2:- $INTERFACE64 }
@@ -71,12 +72,14 @@ function build_lib {
71
72
# Make directory to store built archive
72
73
if [ -n " $IS_OSX " ]; then
73
74
# Do build, add gfortran hash to end of name
75
+ echo building on macox since IS_OSX is defined
74
76
wrap_wheel_builder do_build_lib " $plat " " gf_${GFORTRAN_SHA: 0: 7} " " $interface64 " " $nightly "
75
77
return
76
78
fi
77
79
# Manylinux wrapper
78
80
local libc=${MB_ML_LIBC:- manylinux}
79
81
local docker_image=quay.io/pypa/${libc}${manylinux} _${plat}
82
+ echo pulling image ${docker_image}
80
83
docker pull $docker_image
81
84
echo done pulling image, starting docker run
82
85
# Docker sources this script, and runs `do_build_lib`
You can’t perform that action at this time.
0 commit comments