Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regression of mktree not always rebuilding
Commit d4e808e added cmake caching for mktree so that we don't rebuild the tree on each "make check" invocation. However, this means we can now easily miss some test dependencies being updated since we don't depend on everything, e.g. the data/ dir. To fix this, instead of adding each and every file and directory as a dependency of the mktree.output command, just rebuild the tree every time. The base image (made with DNF) is already cached anyway, and the added overhead is tiny and outweighs the (potential) engineering hours lost due to this. The funny thing is, this was already fixed once in 2019: fc05045 Sometimes you've just gotta fix stuff twice before it sticks! Fixes: #2725
- Loading branch information