CI: ccache fixes for unix#203
Conversation
7d28067 to
c5877b5
Compare
| [environments.default] | ||
| features = ["build", "tests", "tests-debug"] | ||
| solve-group = "default" | ||
|
|
||
| [environments.ci] | ||
| features = ["build", "tests", "tests-debug", "cov", "ci"] | ||
| features = ["build", "tests", "tests-debug", "cov"] | ||
| solve-group = "default" |
There was a problem hiding this comment.
let's just simplify this and have one env
|
@nickodell how are these ccache stats looking? |
|
|
After changing the key prefix, the jobs are still at exactly 203 hits (50%). Sounds like there is something else going on @nickodell ? |

towards gh-200. Not figured out the windows problem yet.