Skip to content

Releases: taiki-e/setup-cross-toolchain-action

1.24.0

07 Sep 22:00
Compare
Choose a tag to compare
  • 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

23 Aug 18:43
Compare
Choose a tag to compare
  • Work around qemu-armeb 9.0 bug.

1.23.1

11 Aug 10:23
Compare
Choose a tag to compare

1.23.0

12 Jul 18:05
Compare
Choose a tag to compare
  • Support x86_64-unknown-illumos (build-only). (#22, thanks @zeeshanlakhani)

  • Update the default QEMU version from 8.2 to 9.0.

1.22.0

01 Jun 15:38
Compare
Choose a tag to compare
  • Partially support /system/bin/sh on Android.

1.21.1

03 May 15:05
Compare
Choose a tag to compare
  • Document support status for ubuntu-24.04.

1.21.0

13 Apr 13:28
Compare
Choose a tag to compare
  • 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

25 Jan 16:00
Compare
Choose a tag to compare
  • Update the default Wine version to 9.0 from 8.0.

1.19.0

25 Jan 15:33
Compare
Choose a tag to compare
  • Update the default QEMU version to 8.2 from 8.1.

1.18.0

22 Sep 15:47
Compare
Choose a tag to compare
  • Support i686-pc-windows-gnullvm.
  • Support sparc-unknown-linux-gnu (experimental).