RESOLVED FIXED 263119
[AutoInstall] prefer wheels whenever possible
https://bugs.webkit.org/show_bug.cgi?id=263119
Summary [AutoInstall] prefer wheels whenever possible
Sam Sneddon [:gsnedders]
Reported 2023-10-13 05:44:28 PDT
There's very little reason _not_ to prefer wheels in general; we might not always be able to use them (e.g., we may be on a platform where wheels are rarely provided, or even where packaging doesn't currently have any concept of the platform such as iOS), but we should use them when possible. AIUI, we rely on some things (in tests?) which aren't in the Buildbot wheel (c.f. https://github.com/buildbot/buildbot/commit/2d351c2270a22302149eecd11265ea2ce3ec6617, https://github.com/buildbot/buildbot/commit/d34e1ccd3e62748b6d0c83965486774cdfb1dacc, https://github.com/buildbot/buildbot/commit/7d5c1b1ccb7ff2fc01b44b064851cea8fc7af74c), but maybe the 2021 change (shipped in 3.5.0) gives us enough of what we care about in the wheel? It sounds like prior to that they didn't really consider the testing API to be public, which meant there was little-to-no way to test Buildbot configurations.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-10-13 05:44:37 PDT
Sam Sneddon [:gsnedders]
Comment 2 2023-10-13 05:45:10 PDT
(I have a change locally for this, but need to step out for a bit; will upload PR once I'm back.)
Sam Sneddon [:gsnedders]
Comment 3 2023-10-13 06:51:35 PDT
EWS
Comment 4 2023-10-26 09:42:23 PDT
Committed 269817@main (dba0adf16439): <https://commits.webkit.org/269817@main> Reviewed commits have been landed. Closing PR #19045 and removing active labels.
Jonathan Bedard
Comment 5 2023-11-01 07:59:15 PDT
EWS
Comment 6 2023-11-01 09:25:50 PDT
Committed 270059@main (219eb0bb7b43): <https://commits.webkit.org/270059@main> Reviewed commits have been landed. Closing PR #19835 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.