Releases: taiki-e/setup-cross-toolchain-action
Releases · taiki-e/setup-cross-toolchain-action
1.24.0
-
Support Mac Catalyst targets on macOS host.
- aarch64-apple-ios-macabi
- x86_64-apple-ios-macabi
GitHub-provided macOS runners support cross-compile for other targets, so this action just runs
rustup target add
and/or sets some environment variables. -
Update the default QEMU version from 9.0 to 9.1.
1.23.2
- Work around qemu-armeb 9.0 bug.
1.23.1
- Fix build issue with 32-bit android targets on recent nightly due to upstream change. (2068a2d)
1.23.0
-
Support x86_64-unknown-illumos (build-only). (#22, thanks @zeeshanlakhani)
-
Update the default QEMU version from 8.2 to 9.0.
1.22.0
- Partially support
/system/bin/sh
on Android.
1.21.1
- Document support status for ubuntu-24.04.
1.21.0
-
Support containers.
Note:
-
Only Ubuntu and Debian containers are currently supported.
-
Not fully supported for some targets.
-
--privileged
option is currently required (due to binfmt).container: image: '...' options: --privileged
-
-
Improve robustness of installation.
1.20.0
- Update the default Wine version to 9.0 from 8.0.
1.19.0
- Update the default QEMU version to 8.2 from 8.1.
1.18.0
- Support i686-pc-windows-gnullvm.
- Support sparc-unknown-linux-gnu (experimental).