Merkle trees and build systems
Merkle trees and build systems
Posted May 28, 2020 21:29 UTC (Thu) by drothlis (guest, #89727)In reply to: Merkle trees and build systems by dezgeg
Parent article: Merkle trees and build systems
Ninja will rebuild the target if the command line to build it changes (because the ostree_combine command-line now has an additional argument). This functionality is provided by Ninja itself: https://ninja-build.org/manual.html#ref_log
Or you could change the target name, as you suggest, though you'd need to GC the ostree repo in your build folder periodically.
