Closed juan-lunarg closed 1 year ago
Perhaps the issue is that during a mingw run we use the bash shell?
Can you check the paths? Is it possible that you have 2 ccache binaries in your setup?
C:\ProgramData\Chocolatey\bin\ccache.exe
looks suspicious to me.
Can you check the paths? Is it possible that you have 2 ccache binaries in your setup?
Hmm we aren't installing anything in this workflow.
We are just using the defaults provided by the Windows 2022 runner image: https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md
Perhaps Mingw-w64 11.2.0
comes prepackaged with ccache?
I'll see if I can figure this out
@juan-lunarg looks like you found the issue?
Maybe you can write about your findings, so others that run into the same issue and search the issue tracker can find it.
@juan-lunarg looks like you found the issue?
No I haven't found the issue. I decided to close the issue for now, since I'm unsure if the issue is in ccache-action or in our GHA code.
The
Post Setup ccache
doesn't work correctly on our MinGW workflow. Led to minor confusion.However when I run
ccache --show-stats
directly after the build it shows the hits properlyHere is a github action that should show the behavior.
Link to PR where I discovered this: https://github.com/KhronosGroup/Vulkan-ValidationLayers/pull/5904