Skip to content

Commit d72a959

Browse files
committed
pass libc into docker image as MB_ML_LIBC
1 parent 3b45e0b commit d72a959

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

travis-ci/build_steps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ function build_lib {
8585
-e INTERFACE64="${interface64}" \
8686
-e PYTHON_VERSION="$MB_PYTHON_VERSION" \
8787
-e MB_ML_VER=${manylinux} \
88+
-e MB_ML_LIBC=${libc} \
8889
-v $PWD:/io \
8990
$docker_image /io/travis-ci/docker_build_wrap.sh
9091
}

0 commit comments

Comments
 (0)