[webkit-changes] [WebKit/WebKit] dba0ad: [AutoInstall] Allow wheels by default
Sam Sneddon
noreply at github.com
Thu Oct 26 09:42:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: dba0adf164394251846b0da1769c06de85097666
https://github.com/WebKit/WebKit/commit/dba0adf164394251846b0da1769c06de85097666
Author: Sam Sneddon <gsnedders at apple.com>
Date: 2023-10-26 (Thu, 26 Oct 2023)
Changed paths:
M Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py
M Tools/Scripts/webkitpy/autoinstalled/buildbot.py
M Tools/Scripts/webkitpy/autoinstalled/twisted.py
Log Message:
-----------
[AutoInstall] Allow wheels by default
https://bugs.webkit.org/show_bug.cgi?id=263119
Reviewed by Jonathan Bedard.
This allows packages to be installed by wheels by default; if wheel=True
is passed then only wheels will be accepted, if wheel=False is passed
then wheels will never be accepted.
* Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py:
(Package.__init__):
(Package.archives):
(AutoInstall):
(AutoInstall.enabled):
(AutoInstall.temporarily_disable):
* Tools/Scripts/webkitpy/autoinstalled/buildbot.py:
* Tools/Scripts/webkitpy/autoinstalled/twisted.py:
Canonical link: https://commits.webkit.org/269817@main
More information about the webkit-changes
mailing list