You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Take a look at the Makefile in that PR: https://github.com/talos-systems/toolchain/pull/24/files It builds a target twice and compares results, pruning the whole cache between builds. I think it has two problems that should be addressed by bldr:
That functionality should be a part of the bldr itself, not in a Makefile.
Pruning the whole cache might be too much, but just passing --no-cacheis not enough. Maybe bldr could be modified to ignore cache or prune just needed entries.
The text was updated successfully, but these errors were encountered:
Take a look at the
Makefile
in that PR: https://github.com/talos-systems/toolchain/pull/24/files It builds a target twice and compares results, pruning the whole cache between builds. I think it has two problems that should be addressed bybldr
:bldr
itself, not in aMakefile
.--no-cache
is not enough. Maybebldr
could be modified to ignore cache or prune just needed entries.The text was updated successfully, but these errors were encountered: