Bug 315588
| Summary: | [JHbuild] fix meson version check | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yury Semikhatsky <yurys> |
| Component: | WPE WebKit | Assignee: | Yury Semikhatsky <yurys> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, csaavedra, dpino |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Yury Semikhatsky
jhbuildrc_common.py parses meson version and converts it to a number which breaks when comparing with newer versions, e.g. 1.10.0 is < 0.62.3 after this conversion.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Yury Semikhatsky
Pull request: https://github.com/WebKit/WebKit/pull/65702
Yury Semikhatsky
This bogus version check makes jhbuild build meson from source on Ubuntu 26.04 instead of using newer system version.
Yury Semikhatsky
This bogus version check makes jhbuild build meson from source on Ubuntu 26.04 instead of using newer system version.
EWS
Committed 313937@main (c14406442837): <https://commits.webkit.org/313937@main>
Reviewed commits have been landed. Closing PR #65702 and removing active labels.