Skip to content

Commit

Permalink
fix: use a supported musl compiler chain to build static native images
Browse files Browse the repository at this point in the history
  • Loading branch information
dainiusjocas committed Dec 9, 2021
1 parent 3dbded0 commit 8708507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/LMGREP_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2021.11.09-SNAPSHOT
v2021.12.08-SNAPSHOT
2 changes: 1 addition & 1 deletion script/setup-musl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mkdir "$MUSL_DIR" || true

cd "$MUSL_DIR"

wget http://musl.cc/x86_64-linux-musl-native.tgz
wget https://github.com/dainiusjocas/dainiusjocas.github.io/releases/download/musl-graavm/x86_64-linux-musl-native.tgz

tar zxvf x86_64-linux-musl-native.tgz

Expand Down

0 comments on commit 8708507

Please sign in to comment.