Dan Engelbrecht

Results 17 comments of Dan Engelbrecht

I *think* the reason that my MacOSX x86_64 does not use the cache properly is because it is picking up the cache that MacOSX arm64 built due to the cache...

Thanks for the swift reply @lukka. Thanks for the explanation, I'm not sure I can get things to work with our current setup. The basic problem is that we do...

So, I think the problem for me here is that the "restore key" does not include the architecture that is built - so I have two jobs - one MacOSX...

Did a new run and it does pick up the correct key which includes my arch and hash but for some reason it still rebuilds all the dependencies, don't know...

I'll see what I can come up with, but it is interesting that the MacOS arm64 and MacOS x64 run on identical machines and OS and issue the exact same...

Closing it since it's no longer an issue for me, switched to the standard GitHub cache Action.

I will try that. What about adding support for users to add their own vcpkg.json file and using that together with xmake?

There might be some conditions where writing files and running out of disk space causes corruption of the cache. There are measures to not write partial files but something might...

I appreciate the PR and the cleanup is nice, but I need this to work properly on Linux and Mac as well. Need to verify that by running the checks,...

> On this note: would you be interested in a PR that uses cmake to build instead? Maybe, not a huge cmake fan but see the benefits. I try to...