Skip to content

0.11.11

Choose a tag to compare

@ivan-aksamentov ivan-aksamentov released this 04 Mar 17:09
· 7 commits to main since this release
refactor(docker): set up host and cross toolchains via env vars

- Replace standalone host GCC (missing sysroot) with crosstool-ng GCC for host triple, matching cross-compiler quality
- Move all toolchain configuration (CARGO_TARGET_*_LINKER, CC_*, AR_*) into Dockerfiles as ENV, remove cargo config.toml manipulation from build script
- Add LLVM/Clang install step for Darwin images (required by osxcross)
- Handle .exe suffix in binary verification for Windows targets