The C references test that is consistently failing does not show up when running locally (after the first run).
This is because locally, clangd creates the compile_commands.json and the cache files in the local checkout on the first run, and then after that the test passes.
In CI this consistently fails as the checkout does not have the cache files. We should resolve this issue.
The C references test that is consistently failing does not show up when running locally (after the first run).
This is because locally, clangd creates the
compile_commands.jsonand the cache files in the local checkout on the first run, and then after that the test passes.In CI this consistently fails as the checkout does not have the cache files. We should resolve this issue.