[webkit-changes] [WebKit/WebKit] b04c5d: [AutoInstall] Check we have a wheel before moving ...
Sam Sneddon
noreply at github.com
Fri Oct 13 08:41:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b04c5d174cd8818a3e9bd7b7d5b20a6f283605e7
https://github.com/WebKit/WebKit/commit/b04c5d174cd8818a3e9bd7b7d5b20a6f283605e7
Author: Sam Sneddon <gsnedders at apple.com>
Date: 2023-10-13 (Fri, 13 Oct 2023)
Changed paths:
M Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py
Log Message:
-----------
[AutoInstall] Check we have a wheel before moving the archive
https://bugs.webkit.org/show_bug.cgi?id=262566
Reviewed by Jonathan Bedard.
It doesn't make sense to move other uncompressed archives into the
distribution set, we should check we're dealing with a wheel before
moving it. This makes many possible AutoInstall errors caused by our
lack of support of PEP 517 much more apparent by surfacing them at
install time.
* Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py:
(Package.install):
Canonical link: https://commits.webkit.org/269300@main
More information about the webkit-changes
mailing list