Hendrik Muhs
Hendrik Muhs
The only thing I could find is this: https://github.com/ccache/ccache/discussions/426 I think this is a matter on how you call ccache, the above link manipulates `PATH` and uses symlinks.
sounds like a problem with your `curl` - SE recommends installing `curl` from brew. I guess this problem only applies to a certain macos version and the version of curl...
The action use brew to install ccache, similar to what your [PR](https://github.com/ninja-build/ninja/pull/2109/files#) does. You can e.g. swap the steps in your PR and install the dependencies 1st. If you add...
> I'm seeing that the failure is inconsistent. Sometimes (with no changes to the macos.yml) it works, sometimes it doesn.t I guess brew is using different mirrors to download packages,...
I don't see binary releases for mac and linux on github, but only windows. At least on ubuntu apt seems the way to go. brew is the de-facto although not...
> Could it be that this was just a hickup of GH packages/container registry, which Homebrew uses as the download source? That's what I mean with "broken mirrors": homebrew uses...
@arximboldi do you have a link to a failing one?
Hi, sorry for the late answer. That sounds like a bug in ccache, I have never heard about such a case. > Is there a way to fully clean the...
sounds like the same issue as #88991, however I enabled debugging only for the other rest cases.
since #89716 I found no more errors, so I consider this fixed