Skip to content

JujuLeaf v0.1.3

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Sep 10:15
· 8 commits to main since this release

JujuLeaf logo

JujuLeaf v0.1.3

Linux compatibility hotfix

Important

This release replaces the Linux release build from v0.1.2. Users who saw
GLIBC_2.39 not found should upgrade to v0.1.3.

What changed

Portable static Linux binary

  • The Linux AMD64 release is now built for x86_64-unknown-linux-musl.
  • The executable is a static PIE and no longer depends on the host glibc version.
  • Release CI rejects a Linux artifact if it contains a dynamic interpreter.
  • cargo-binstall transparently selects the static musl artifact on GNU/Linux hosts.

There are no application behavior or data-format changes in this hotfix.

Install or upgrade

cargo binstall --strategies crate-meta-data --force jujuleaf
jujuleaf --version

The reported version should be jujuleaf 0.1.3.

Manual Linux AMD64 install

curl -LO https://github.com/CsomePro/jujuleaf/releases/download/v0.1.3/jujuleaf-v0.1.3-x86_64-unknown-linux-musl.tar.gz
curl -LO https://github.com/CsomePro/jujuleaf/releases/download/v0.1.3/SHA256SUMS
sha256sum --check --ignore-missing SHA256SUMS
tar -xzf jujuleaf-v0.1.3-x86_64-unknown-linux-musl.tar.gz
install -Dm755 jujuleaf-v0.1.3-x86_64-unknown-linux-musl/jujuleaf ~/.local/bin/jujuleaf

Links