-
Notifications
You must be signed in to change notification settings - Fork 617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skia-renderer feature fails to build on aarch64-apple-darwin #6615
Comments
It's okay that the download fails, it's okay (and intentional here) that the build falls back to building Skia from source.
This is the real error here. I was also reported upstream at rust-skia/rust-skia#1049 . Most likely this is caused by the use of Python 3.13 from home-brew on your system. I suggest to see if you can work around it by either switching to Python 3.12 from home-brew or not using Python from home-brew altogether - it builds with |
Switching to |
The Python version installed on the GH runners via homebrew removes the pipes module, which the Skia build needs until #6615 is fixed.
The Python version installed on the GH runners via homebrew removes the pipes module, which the Skia build needs until #6615 is fixed.
It seems the build script tries to download binaries which do not exist:
https://github.com/rust-skia/skia-binaries/releases/download/0.78.2/skia-binaries-ec00cf219c4901d785ed-aarch64-apple-darwin-gl-metal-textlayout.tar.gz
Full output:
Should I post this here or in the skia repository? Got a bit confused by the "custom build command" part
The text was updated successfully, but these errors were encountered: