Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8faf22a42baf7934b0b281c25e50c3e55531fb56
https://github.com/WebKit/WebKit/commit/8faf22a42baf7934b0b281c25e50c3e55531fb56
Author: Nikolas Zimmermann <[email protected]>
Date: 2026-06-27 (Sat, 27 Jun 2026)
Changed paths:
M Tools/Scripts/webkitpy/__init__.py
Log Message:
-----------
[Tools] test-webkitpy fails on WPE/arm64: No archives for zope-interface-8.1
found
https://bugs.webkit.org/show_bug.cgi?id=318019
Reviewed by Sam Sneddon.
The zope-interface 8.1 release is missing its manylinux aarch64 wheels (only
x86_64, i686, macOS and Windows wheels were published). Because the package is
registered with wheel=True, the autoinstaller finds no matching archive on
arm64 and aborts test-webkitpy before any test runs. x86_64 bots are
unaffected. The 8.1.1 patch release restored the aarch64 wheels, so bump the
pin to 8.1.1.
* Tools/Scripts/webkitpy/__init__.py:
Canonical link: https://commits.webkit.org/315971@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications