Skip to content

Commit 4505e78

Browse files
committed
Do not compress with UPX because of "bad DT_GNU_HASH" error.
1 parent 15b7f96 commit 4505e78

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ jobs:
9191
cp ${BIN_PATH} ${PKG_NAME}
9292
echo "PKG_NAME=${PKG_NAME}" >> $GITHUB_OUTPUT
9393
94-
- name: Compress binary
95-
if: startsWith( matrix.os, 'ubuntu' )
96-
run: upx ${{ steps.paths.outputs.PKG_NAME }}
94+
# - name: Compress binary
95+
# if: startsWith( matrix.os, 'ubuntu' )
96+
# run: upx ${{ steps.paths.outputs.PKG_NAME }}
9797

9898
- name: Upload release archive
9999
env:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ You can download binaries for Linux, Mac, and Windows on the [releases page](htt
5151
On a Linux system, you can download it using the following commands:
5252

5353
$ curl -fsSL https://github.com/01mf02/jaq/releases/latest/download/jaq-$(uname -m)-unknown-linux-musl -o jaq && chmod +x jaq
54-
$ upx -d jaq # decompress binary for shorter startup time (optional step)
5554

5655
You may also install jaq using [homebrew](https://formulae.brew.sh/formula/jaq) on macOS or Linux:
5756

0 commit comments

Comments
 (0)