Releases: crystal-china/build_scripts
Releases · crystal-china/build_scripts
v0.6.4
- Update macos to use ventura
- Update alpine version to 3.22
- Build target now support
amd64arm64amd64-macarm64-macas target name.
You don't need add--cross-compile,sbscript will added for you if necessary.
e.g. for build a arm64 binary:
sb --target=arm64is same assb --cross-compile --target=aarch64-linux-musl - script bugfix.
v0.6.3
Add
- bin/sb_static, for build static x86_64 binary easy.
- Add built support with libxml2-static (with it dependency xz-static)
Update
- Refine bin/sb script.
- scripts/alpine_sha256_gen new generate complete YAML config.
Remove
- Delete dev packages, it's seem like not be used when built static binary.
- libevent-dev
- libsodium-dev
- openssl-dev
- sqlite-dev
- yaml-dev
- zlib-dev
v0.6.2
Update
- Update to use latest version packages
- Add scripts/alpine_sha256_gen script for update alpine package easier.
- Rename apple-darwin into it code name.
- remove pcre, Crystal now use pcre2 as default.
- Add bin/sb script make cross compile Crystal program use zig compiler with one-liner.
For how to use libs.tar.gz
This file exists for you have to run rake task to fetch those files from network, which need a ruby environment, just extract this file into this project root, and here you go.