Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Releases: mikehardy/buildcache-action

v2.1.0

21 Oct 17:53
1db83fb
Compare
Choose a tag to compare

What's Changed

  • feat: add config option to explicitly set the buildcache tag to use by @xTVaser in #105

  • chore(deps): bump styfle/cancel-workflow-action from 0.10.1 to 0.11.0 by @dependabot in #102

  • chore(deps): bump @actions/cache from 3.0.4 to 3.0.5 by @dependabot in #103

  • chore(deps): bump @actions/cache from 3.0.5 to 3.0.6 by @dependabot in #104

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

21 Oct 17:52
34bcf24
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump styfle/cancel-workflow-action from 0.9.1 to 0.10.0 by @dependabot in #88
  • chore(deps): bump @actions/github from 5.0.3 to 5.1.0 by @dependabot in #95
  • chore(deps): bump @actions/cache from 3.0.0 to 3.0.4 by @dependabot in #93
  • chore(deps): bump @actions/core from 1.9.0 to 1.9.1 by @dependabot in #90
  • chore(deps): bump @actions/core from 1.9.1 to 1.10.0 by @dependabot in #97
  • chore(deps): bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1 by @dependabot in #98
  • chore(deps): bump @actions/github from 5.1.0 to 5.1.1 by @dependabot in #99

Full Changelog: v1...v2.0.0

v1.3.0 - skip store of empty/no-change cache, add toggle to skip cache

26 Jun 14:33
d6b6a0d
Compare
Choose a tag to compare

1.3.0 (2022-06-26)

Features

v1.2.2 - works on windows, we think

03 Oct 18:09
Compare
Choose a tag to compare

Thanks to a pile of work from @orgads this action should work for you on windows.
It may be that buildcache does not offer acceleration in your compile for various reasons, but
buildcache itself should work now. Cheers!

v1.2.1 Open for business

20 Jul 21:02
50738c6
Compare
Choose a tag to compare

It has worked since v1.0.0, now it is fully configurable and well documented

The CHANGELOG always has all the details.

The v1 tag is moved along with releases, and this project will follow semantic versioning, so you may rely on that for integration.

v1.0.0 - buildcache ready for GitHub Actions

04 May 04:40
ed0c4d1
Compare
Choose a tag to compare

Heroically cut your iOS / macOS build times nearly in half, with almost no effort

Check the README for integration instructions, and more details on how it works