Vladimir Ivanov
Vladimir Ivanov
Disabling tracking is incompatible with incremental builds, as far I'm understand. I'll add my test project a little bit later.
https://github.com/Un1oR/clcache-incremental-test Interesting thing I found. It affects only hot cache case. If I run build.bat first three times I haven't rebuilds at result. But if I remove build directories and...
In addition to my previous comment. If I comment registerCacheHit function body a problem goes away.
I have simplified example. Now it contains one project with two cpp files and problem still is reproduced. I have tried to find workaround for disabling statistics file tracking. **ExcludedInputPaths**...
I'll try to check it out soon!
Hello! I need this feature too.
But it seems there is a problem: `synaptic` and `apt` uses different algorithms to calculate changelog URI: https://github.com/Debian/apt/blob/debian/experimental/cmdline/apt-get.cc#L1421 vs https://github.com/linuxmint/synaptic/blob/master/common/rpackage.cc#L989 In this way I get http://my-repo-host/my-package_1.2.3.changelog for `apt` and http://my-repo-host/my-package_1.2.3_amd64.changelog...
Good afternoon. What are the plans to correct the behavior and is there any workaround at the moment?
What are your plans for merging this request?
Thank you so much for the lightning fast response! It's not exactly what I wanted, but it's probably even better, although it requires more complex integration into the project. But...