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 56
56
MACOSX_DEPLOYMENT_TARGET : 10.9
57
57
MB_PYTHON_VERSION : ${{ matrix.python-version }}
58
58
TRAVIS_PYTHON_VERSION : ${{ matrix.python-version }}
59
+ MB_ML_LIBC : ${{ matrix.MB_ML_LIBC }}
59
60
MB_ML_VER : ${{ matrix.MB_ML_VER }}
60
61
INTERFACE64 : ${{ matrix.INTERFACE64 }}
61
62
BUILD_DIR : ${{ github.workspace }}
Original file line number Diff line number Diff line change @@ -48,7 +48,8 @@ function build_lib {
48
48
return
49
49
fi
50
50
# Manylinux wrapper
51
- local docker_image=quay.io/pypa/manylinux${manylinux} _${plat}
51
+ local libc=${MB_ML_LIBC:- manylinux}
52
+ local docker_image=quay.io/pypa/${libc}${manylinux} _${plat}
52
53
docker pull $docker_image
53
54
# Docker sources this script, and runs `do_build_lib`
54
55
docker run --rm \
You can’t perform that action at this time.
0 commit comments