RESOLVED FIXED314576
DEVELOPER_MODE build from tarball fails
https://bugs.webkit.org/show_bug.cgi?id=314576
Summary DEVELOPER_MODE build from tarball fails
Thomas Klausner
Reported 2026-05-11 12:34:38 PDT
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
Thomas Klausner
Comment 1 2026-05-11 12:53:15 PDT
EWS
Comment 2 2026-05-12 03:15:14 PDT
Committed 313068@main (04d956b842c0): <https://commits.webkit.org/313068@main> Reviewed commits have been landed. Closing PR #64697 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.