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 7
7
8
8
language : python
9
9
sudo : required
10
- dist : bionic
10
+ dist : jammy
11
11
services : docker
12
12
13
13
matrix :
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ function build_lib {
78
78
local libc=${MB_ML_LIBC:- manylinux}
79
79
local docker_image=quay.io/pypa/${libc}${manylinux} _${plat}
80
80
docker pull $docker_image
81
+ echo done pulling image, starting docker run
81
82
# Docker sources this script, and runs `do_build_lib`
82
83
docker run --rm \
83
84
-e BUILD_PREFIX=" $BUILD_PREFIX " \
@@ -89,6 +90,7 @@ function build_lib {
89
90
-e MB_ML_LIBC=${libc} \
90
91
-v $PWD :/io \
91
92
$docker_image /io/tools/docker_build_wrap.sh
93
+ echo done docker run of docker_build_wrap.sh
92
94
}
93
95
94
96
function patch_source {
You can’t perform that action at this time.
0 commit comments