Run a no-op check after each project test
Open
CI
enhancement
- Dominant language
- Python
- Stars
- 6.6k
- Forks
- 1.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 33
Description
We sometimes have regressions where regenerating the ninja build file with no build file changes leads to re-linking because the order of arguments is not deterministic. One way to test for this would be at the end of each project test, `touch meson.build` and run `ninja` again and ensure that nothing gets rebuilt.
Contributor guide
Assessment
This issue has not been assessed yet.