setup-ccache-action

Setup ccache easily in your workflow, with all the tuning knobs you need!

MIT License

Stars
11
Committers
2
setup-ccache-action - v1.4.4 Latest Release

Published by Chocobo1 3 months ago

  • Bump dependencies to latest
setup-ccache-action - v1.4.3

Published by Chocobo1 5 months ago

  • Fix symlinks path on macOS
  • Bump dependencies to latest
setup-ccache-action - v1.4.2

Published by Chocobo1 10 months ago

  • Add support for ccache cache_dir option
  • Bump dependencies to latest
setup-ccache-action - v1.4.1

Published by Chocobo1 11 months ago

  • Switch bundle to ESM
  • Bump dependencies to latest
setup-ccache-action - v1.4.0

Published by Chocobo1 about 1 year ago

  • Switch to node20 runtime
  • Bump dependencies to latest
setup-ccache-action - v1.3.9

Published by Chocobo1 about 1 year ago

  • Fix issue Brew install failing on macOS runners #14
    Relevant commit: 31bd79773d778e9593d3e75d4fe4c57ebc53352b
    The fix is also suggested by the reporter. @burgholzer Thanks!
setup-ccache-action - v1.3.8

Published by Chocobo1 about 1 year ago

setup-ccache-action - v1.3.7

Published by Chocobo1 over 1 year ago

setup-ccache-action - v1.3.6

Published by Chocobo1 over 1 year ago

  • Suppress meaningless annotation when brew install succeeded
    Resolves issue #12.
setup-ccache-action - v1.3.5

Published by Chocobo1 over 1 year ago

setup-ccache-action - v1.3.4

Published by Chocobo1 almost 2 years ago

  • Code cleanups
  • Suppress all error
    Failure of this action should not block the entire workflow.
  • Suppress installation errors
    Further checks will caught remaining errors.
setup-ccache-action - v1.3.3

Published by Chocobo1 almost 2 years ago

setup-ccache-action - v1.3.2

Published by Chocobo1 almost 2 years ago

setup-ccache-action - v1.3.1

Published by Chocobo1 almost 2 years ago

setup-ccache-action - v1.3.0

Published by Chocobo1 almost 2 years ago

  • Add ability to remove previous/stale cache entry.
    This is on by default. Add remove_stale_cache: false to action parameter list if you want to turn it off.
    By removing stale cache entries, you might be able to avoid cache trashing when your repository cache is nearly/already full.
setup-ccache-action - v1.2.12

Published by Chocobo1 almost 2 years ago

setup-ccache-action - v1.2.11

Published by Chocobo1 about 2 years ago

  • Add primitive support for Windows MSVC
  • Bump dependencies to latest
setup-ccache-action - v1.2.10

Published by Chocobo1 over 2 years ago

setup-ccache-action - v1.2.9

Published by Chocobo1 over 2 years ago

  • Suppress errors for restore, save cache actions
setup-ccache-action - v1.2.8

Published by Chocobo1 over 2 years ago

  • Don't error out when upload cache failed
    An error is too severe, make it a warning instead.