Skip to content

Commit 600371c

Browse files
committed
BUG: Provide permissioned tools directory for linux module build
To address: ++ pushd /work/tools ++ curl https://data.kitware.com/api/v1/file/5c0aa4b18d777f2179dd0a71/download -o doxygen-1.8.11.linux.bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: Failed to create the file doxygen-1.8.11.linux.bin.tar.gz: Permission Warning: denied 0 15.1M 0 3744 0 0 16334 0 0:16:10 --:--:-- 0:16:10 21033 curl: (23) Failed writing body (0 != 3744)
1 parent 36e36bb commit 600371c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ chmod u+x /tmp/dockcross-manylinux-x64
1414

1515
script_dir=$(cd $(dirname $0) || exit 1; pwd)
1616

17+
mkdir -p $(pwd)/tools
18+
chmod 777 $(pwd)/tools
1719
# Build wheels
1820
mkdir -p dist
1921
DOCKER_ARGS="-v $(pwd)/dist:/work/dist/ -v $script_dir/..:/ITKPythonPackage -v $(pwd)/tools:/tools"

0 commit comments

Comments
 (0)