Skip to content

Commit 1f29eb4

Browse files
committed
WIP: Expose manylinux version in container
1 parent 1ea8d9c commit 1f29eb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/dockcross-manylinux-build-module-wheels.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ chmod 777 $(pwd)/tools
3939
# Build wheels
4040
mkdir -p dist
4141
DOCKER_ARGS="-v $(pwd)/dist:/work/dist/ -v $script_dir/..:/ITKPythonPackage -v $(pwd)/tools:/tools"
42+
DOCKER_ARGS+=" -e MANYLINUX_VERSION"
4243
# Mount any shared libraries
4344
if [[ -n ${LD_LIBRARY_PATH} ]]; then
4445
for libpath in ${LD_LIBRARY_PATH//:/ }; do

0 commit comments

Comments
 (0)