-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Linux arm64 release #3237
Comments
Rather than downgrading grammars, cross-rs environment should be upgraded. |
Looks like cross-rs/cross#591 was recently merged so we could attempt re-enabling the builds? |
@archseer Oh, yay, and just as I’m setting up my development environment on a Pinebook Pro ;) I just tried building from source on it on postmarketOS (based on Alpine) and it failed with:
|
Opened #3646. No releases including cross-rs/cross#591 have been made yet, so this PR installs Cross from a specific git commit. |
@aral that looks like an old glibc? You need a new enough C compiler |
Describe your feature request
AArch64 CI build has been disabled in c572bdf. It would be nice to bring this back.
As shown in #1647 (comment), the following steps are necessary to re-enable the AArch64 builds.
aarch64-macos
#3137tree-sitter-php
to tree-sitter/tree-sitter-php@866e4a1 or later. The current version fails to build because the cross-compilation environment created by cross-rs provides an older version of GCC, which can't compile a version oftree-sitter-php
prior to use explicit typing for lexer lookahead tree-sitter/tree-sitter-php#126.tree-sitter-elm
to elm-tooling/tree-sitter-elm@a9a8efa or later. Ditto..github/workflows/release.yml
The text was updated successfully, but these errors were encountered: