File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 77
88language : python
99sudo : required
10- dist : bionic
10+ dist : jammy
1111services : docker
1212
1313matrix :
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ function build_lib {
7878 local libc=${MB_ML_LIBC:- manylinux}
7979 local docker_image=quay.io/pypa/${libc}${manylinux} _${plat}
8080 docker pull $docker_image
81+ echo done pulling image, starting docker run
8182 # Docker sources this script, and runs `do_build_lib`
8283 docker run --rm \
8384 -e BUILD_PREFIX=" $BUILD_PREFIX " \
@@ -89,6 +90,7 @@ function build_lib {
8990 -e MB_ML_LIBC=${libc} \
9091 -v $PWD :/io \
9192 $docker_image /io/tools/docker_build_wrap.sh
93+ echo done docker run of docker_build_wrap.sh
9294}
9395
9496function patch_source {
You can’t perform that action at this time.
0 commit comments