Skip to content

Commit 1978091

Browse files
committed
COMP: Remove unused zstd localization
No longer used.
1 parent 86cb442 commit 1978091

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scripts/dockcross-manylinux-build-tarball.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,9 @@
44
# downloaded by the external module build scripts and used to build their
55
# Python package on GitHub CI services.
66

7-
if test -d /home/kitware/Packaging; then
8-
cd /home/kitware/Packaging
9-
fi
10-
117
# -----------------------------------------------------------------------
128

139
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-
fi
1710

1811
# Find an appropriately versioned zstd.
1912
#

0 commit comments

Comments
 (0)