Skip to content

Releases: laytan/setup-odin

v2.1.0 - Support MacOS arm64, fix for latest releases, and bump deps

07 Mar 22:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.1

16 Jan 22:22
Compare
Choose a tag to compare

Actually change the version in readme and package.json.

Full Changelog: v2.0.0...v2.0.1

v2.0.0

16 Jan 22:15
cbd1c04
Compare
Choose a tag to compare

setup-odin will now download the pre-compiled (latest) releases by default.

This comes with a configuration change, to build from source like in the earlier release make the following changes:

  • change odin-version to branch
  • add the release option and set it to false

You can change the release to any tag, eg dev-2024-01 to always download that release.

Release based setups are not affected by the configuration keys llvm-version, build-type or cache.

Also, in v1.1.2 caching has been disabled by default and will probably be removed in a later release, it seems to mostly slow down the action instead of speeding it up because of the size of LLVM and the slow upload speeds of runners.

Full Changelog: v1.1.2...v2.0.0

Fix slow post step because caching is often slower than redownloading

16 Jan 18:23
Compare
Choose a tag to compare
v1.1.2

disable caching by default, it is often slower than redownloading

v1.1.1

27 Aug 17:46
Compare
Choose a tag to compare

v1.1.0

27 Aug 17:29
Compare
Choose a tag to compare

Improve caching strategy, use the correct llvm version when more are installed and general bug fixes.

v1.0.0

27 Aug 00:52
Compare
Choose a tag to compare

Initial Release