hendrikmuhs / ccache-action

github action to speedup building using ccache
MIT License
118 stars 53 forks source link

Update sccache version to 0.3.3 #128

Closed timangus closed 1 year ago

timangus commented 1 year ago

I was having a specific problem with sccache on MSVC (it was reporting multiple files on the command line when there weren't). Turns out this has been fixed upstream, which I've confirmed in my fork. Maybe worth updating? Thanks.

timangus commented 1 year ago

Well that's odd. The exact same command works locally.

timangus commented 1 year ago

https://github.com/timangus/ccache-action/actions/runs/3912333186 🤷

hendrikmuhs commented 1 year ago

I think the CI problems were just temporary (download issues).

hendrikmuhs commented 1 year ago

I reran and it looks fine to me. So could you revert the last debug commit. I think it is fine the way it was.

timangus commented 1 year ago

I reran and it looks fine to me. So could you revert the last debug commit. I think it is fine the way it was.

Already did, should be back to the original commit.

hendrikmuhs commented 1 year ago

Thanks @timangus!

I will look into creating a release soonish.

(Long term it would be nice if the download URI and sha values can be overwritten in the config, just saying, maybe someone looks for an idea to contribute)