Skip to content

Commit

Permalink
Don't install zsync
Browse files Browse the repository at this point in the history
This is now included in the linuxdeploy container
andy5995/linuxdeploy-build-helper-container@3f70f7b
  • Loading branch information
andy5995 committed Feb 1, 2025
1 parent 6ec705b commit e85b6f8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions make-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,8 @@ sudo DEBIAN_FRONTEND=noninteractive -i sh -c "apt update && apt -y upgrade && \
patchelf \
python3 \
rustc \
zlib1g-dev \
zsync"
zlib1g-dev"

# needed for spidermonkey build
#export SHELL=/bin/bash
PREMAKE="premake-5.0.0-beta4-linux.tar.gz"
if [ ! -f "$PREMAKE" ]; then
wget https://github.com/premake/premake-core/releases/download/v5.0.0-beta4/$PREMAKE
Expand Down Expand Up @@ -108,7 +105,6 @@ fi
#rm -f source/ps/tests/stub_impl_hack.cpp
#fi

# Spidermonkey build fails with 7, 8, 9, and 10 on Ubuntu focal?
cd "$SOURCE_ROOT/libraries"
/bin/bash -c 'JOBS=$(nproc) ./build-source-libs.sh \
-j$(nproc)'
Expand Down

0 comments on commit e85b6f8

Please sign in to comment.