Bug 314576
| Summary: | DEVELOPER_MODE build from tarball fails | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Thomas Klausner <wiz> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Thomas Klausner
When building with `-DDEVELOPER_MODE=ON` from a release tarball, some additional directories are added to the build.
Some can be turned off (`-DENABLE_API_TESTS=OFF`, `-DENABLE_LAYOUT_TESTS=OFF`).
An additional tool (which is not in the tarball) is also used, but this can be disabled with `-DCLANGD_AUTO_SETUP=OFF`.
However, two directories are descended into unconditionally, even though they're missing from the release tarball:
```
PerformanceTests
Tools/flatpak
```
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Thomas Klausner
Pull request: https://github.com/WebKit/WebKit/pull/64697
EWS
Committed 313068@main (04d956b842c0): <https://commits.webkit.org/313068@main>
Reviewed commits have been landed. Closing PR #64697 and removing active labels.