Skip to content

Commit

Permalink
fix compile problems (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: payne.fu <payne.fu@ringcentral.com>
  • Loading branch information
beyondkmp and PayneFuRC committed Sep 12, 2023
1 parent 5a34241 commit 1d15f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zstd-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ docker run --cidfile="$cidFile" buildpack-deps:bionic bash -c \
'git clone --depth 1 --branch v1.5.0 https://github.com/facebook/zstd.git && cd zstd && make -j5 install && cd .. &&
git clone --depth 1 --branch 4.5 https://github.com/plougher/squashfs-tools && cd squashfs-tools/squashfs-tools &&
apt-get update -y && apt-get install -y liblzo2-dev && make -j5 XZ_SUPPORT=1 LZO_SUPPORT=1 ZSTD_SUPPORT=1 GZIP_SUPPORT=0 COMP_DEFAULT=zstd install &&
cp /usr/local/bin/mksquashfs /tmp/mksquashfs-64 &&
cp /usr/local/bin/mksquashfs /tmp/mksquashfs-64
'

containerId=$(cat "$cidFile")
Expand Down

0 comments on commit 1d15f0b

Please sign in to comment.