Merged
Conversation
Meson 1.9.0+ create it.
81692ce to
1d63a19
Compare
Fixes build failure in check if libsubunit is available.
This is now sufficient for the oldest supported Debian and Ubuntu
releases, and lets us assume dependency('foo') is sufficient for falling
back to foo.wrap.
Fixes Meson warning:
WARNING: Project specifies a minimum meson_version '>=0.50' but uses features which were added in newer versions:
* 0.54.0: {'fallback arg in dependency'}
Ensure Meson warnings are noticed, at the cost of occasionally allowing Meson updates to break CI.
Add a wrapper script to rerun it.
Convert file lists from arrays to files() so the formatter will sort them.
Meson 1.7.0+ respects build_by_default: false for tests.
Collaborator
|
Re. deckchairs, no problem, anything that makes it even a little more polished is great. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Notably, require Meson ≥ 0.55 to fix a Meson warning, since older versions aren't really relevant now. Build in CI with
--fatal-meson-warningsso Meson warnings are noticed promptly.There's obviously some deck-chair rearrangement going on here, so let me know if you want any of these commits dropped.