Skip to content

Commit 78f1725

Browse files
committed
Don't use upx
1 parent c4b063a commit 78f1725

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

scripts/_build-linux.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
set -e
44

55
apk add --no-cache musl-dev bash jq make
6-
apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community upx
76

87
DIR=`dirname $0`
98

scripts/build-unix.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ cargo build -p mprocs --release --target=$TRIPLE
5151

5252
cp target/$TRIPLE/release/mprocs release/mprocs-$VERSION-$OS_ARCH/mprocs
5353

54-
upx --brute release/mprocs-$VERSION-$OS_ARCH/mprocs
55-
5654
tar -czvf release/mprocs-$VERSION-$OS_ARCH.tar.gz \
5755
-C release/mprocs-$VERSION-$OS_ARCH \
5856
mprocs

scripts/build-windows-x86_64.cmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ cargo build --release || exit /b
88

99
COPY target\release\mprocs.exe release\mprocs-%VERSION%-windows-x86_64\mprocs.exe || exit /b
1010

11-
:: upx --brute release\mprocs-%VERSION%-windows-x86_64\mprocs.exe || exit /b
12-
1311
tar.exe -a -c -f release\mprocs-%VERSION%-windows-x86_64.zip -C release\mprocs-%VERSION%-windows-x86_64 mprocs.exe

0 commit comments

Comments
 (0)