Skip to content

Commit 47ec628

Browse files
committed
BUG: manylinux: Ensure generated wheels are available on the host
1 parent 2272492 commit 47ec628

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

scripts/dockcross-manylinux-build-wheels.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ script_dir="`cd $(dirname $0); pwd`"
1212

1313
# Build wheels
1414
pushd $script_dir/..
15-
/tmp/dockcross-manylinux-x64 ./scripts/internal/manylinux-build-wheels.sh
16-
/tmp/dockcross-manylinux-x86 ./scripts/internal/manylinux-build-wheels.sh
15+
mkdir -p dist
16+
DOCKER_ARGS="-v $(pwd)/dist:/work/dist/"
17+
/tmp/dockcross-manylinux-x64 -a "$DOCKER_ARGS" ./scripts/internal/manylinux-build-wheels.sh
18+
/tmp/dockcross-manylinux-x86 -a "$DOCKER_ARGS" ./scripts/internal/manylinux-build-wheels.sh
1719
popd

0 commit comments

Comments
 (0)