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 {
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`
You can’t perform that action at this time.
0 commit comments