chore: update dependencies; bump version to 0.5.0
This commit is contained in:
parent
7987bef384
commit
f0d5522661
4 changed files with 218 additions and 214 deletions
3
Justfile
3
Justfile
|
|
@ -43,7 +43,8 @@ run:
|
|||
--java '/usr/lib/jvm/java-21-openjdk/bin/java' \
|
||||
--layers '2min,2,4,4;3min,3,2,2'
|
||||
|
||||
publish-release-binaries tag: (build-release 'x86_64-unknown-linux-musl') (build-release 'aarch64-unknown-linux-musl')
|
||||
# Publish the binaries and packages for a new release
|
||||
publish-release tag: (build-release 'x86_64-unknown-linux-musl') (build-release 'aarch64-unknown-linux-musl')
|
||||
# Check the binaries are proper static binaries
|
||||
[ "$(readelf -d target/x86_64-unknown-linux-musl/release/alex | grep NEEDED | wc -l)" = 0 ]
|
||||
[ "$(readelf -d target/aarch64-unknown-linux-musl/release/alex | grep NEEDED | wc -l)" = 0 ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue