Using sscache for multiple jobs in a workflow #135
Unanswered
DiamonDinoia
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear developers,
In my workflow we test a library over a many combinations of OS, compilers, flags. I would like to cache the results of these compilations. If I file is not modified between different branches or across multiple push, I would like to cache the particular results to speedup the compilations. So I tried integrating sscache in my workflow. However I get the following error:
fatal error C1041: cannot open program database 'D:\a\finufft\finufft\build\CMakeFiles\ducc0.dir\ducc0.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS
I have a few questions about sscache:
Does the yml needs to be changed? If so how?
Thanks,
Marco
Beta Was this translation helpful? Give feedback.
All reactions