Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: karlding/atuin

Tags

v18.10.0

Toggle v18.10.0's commit message
dist: Cross compile using cargo-zigbuild

According to the cargo-dist documentation, there is support for
cross-compilation via cargo-zigbuild.

As long as there is a zig toolchain + cargo-zigbuild installed we can
cross-compile from the GitHub action.

v18.10.0-alpha

Toggle v18.10.0-alpha's commit message
dist: Cross compile using cargo-zigbuild

According to the cargo-dist documentation, there is support for
cross-compilation via cargo-zigbuild.

As long as there is a zig toolchain + cargo-zigbuild installed we can
cross-compile from the GitHub action.

v18.8.0-alpha

Toggle v18.8.0-alpha's commit message
use create-gh-release-action

Use cargo-zigbuild to leverage zig linker to cross compile for ARM.

Compile for:

    * aarch64-unknown-linux-gnu
    * arm-unknown-linux-gnueabihf
    * armv7-unknown-linux-gnueabi
    * armv7-unknown-linux-gnueabihf