Skip to content

Releases: binarylandia/build_cargo-edit

0.13.9

04 Mar 17:12

Choose a tag to compare

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

0.12.3

04 Mar 17:11

Choose a tag to compare

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

0.11.11

04 Mar 17:09

Choose a tag to compare

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

0.10.4

04 Mar 17:07

Choose a tag to compare

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