We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86cb442 commit 1978091Copy full SHA for 1978091
scripts/dockcross-manylinux-build-tarball.sh
@@ -4,16 +4,9 @@
4
# downloaded by the external module build scripts and used to build their
5
# Python package on GitHub CI services.
6
7
-if test -d /home/kitware/Packaging; then
8
- cd /home/kitware/Packaging
9
-fi
10
-
11
# -----------------------------------------------------------------------
12
13
zstd_exe=`(which zstd)`
14
-if [[ -z ${zstd_exe} && -e /home/kitware/Support/zstd-build/programs/zstd ]]; then
15
- zstd_exe=/home/kitware/Support/zstd-build/programs/zstd
16
17
18
# Find an appropriately versioned zstd.
19
#
0 commit comments