I am using cmake with ccache in my code.
Although the temporary file is generated by ccache exists on the agent with the same name and in the same path(C:/Users/bamboo.vmBAPrd03TLCWEW/AppData/Local/ccache/tmp/cmd_args.tmp.NPsHv0.tmp")which CMake is trying to locate still the system is unable to access it and is throwing a “does not exist” error.
here is the command i use- cmake --build . verbose --target
Could anyone help me with this error? how can i resolve this ?