Bug 273871
Summary: | Regression(278398@main): COG does not build for the first time with meson before 1.1.0 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Przemyslaw Gorszkowski <pgorszkowski> |
Component: | New Bugs | Assignee: | Przemyslaw Gorszkowski <pgorszkowski> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | dpino |
Priority: | P2 | Keywords: | DoNotImportToRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Przemyslaw Gorszkowski
When webkit is built with COG from the scratch(for the first time, COG does not build, because recently added "--reconfigure" (278398@main) does not work with empty build folder with meson before 1.1.0 version. Comment from meson documentation:
"Since 1.1.0 --reconfigure is allowed even if the build directory does not already exist, that argument is ignored in that case."
It seems that we need to add some conditional using "--reconfigure" option in case of first build.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Przemyslaw Gorszkowski
Pull request: https://github.com/WebKit/WebKit/pull/28470
EWS
Committed 278747@main (b653500dcfab): <https://commits.webkit.org/278747@main>
Reviewed commits have been landed. Closing PR #28470 and removing active labels.