Skip to content

Commit e06cd21

Browse files
committed
update travis image to 'jammy'
1 parent f7acef9 commit e06cd21

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77

88
language: python
99
sudo: required
10-
dist: bionic
10+
dist: jammy
1111
services: docker
1212

1313
matrix:

tools/build_steps.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

9496
function patch_source {

0 commit comments

Comments
 (0)