Skip to content
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

Improve cross ci #5141

Open
star-hengxing opened this issue Sep 5, 2024 · 7 comments · Fixed by #5161
Open

Improve cross ci #5141

star-hengxing opened this issue Sep 5, 2024 · 7 comments · Fixed by #5161

Comments

@star-hengxing
Copy link
Contributor

star-hengxing commented Sep 5, 2024

The cross-compiling toolchain is outdated, and musl.cc is no longer maintained😵‍💫. Toward the end of the year, when the Linux ARM CI instance reaches GA, we might consider removing cross-compiling CI. Alternatively, we could use the aarch64-linux-gnu toolchain that comes with Debian/Ubuntu, or we could maintain our own cutting-edge musl cross-compiling toolchain.

Originally posted by @c8ef in #5090 (comment)

@c8ef
Copy link
Member

c8ef commented Sep 5, 2024

The good news is that Linux & Windows Arm CI is now generally available. The downside is that it is currently only accessible to team and enterprise customers. I'm not sure if we have access to these machines.🤓

@waruqi
Copy link
Member

waruqi commented Sep 5, 2024

windows arm ci.

arch: [x64, x86, arm64]

@c8ef
Copy link
Member

c8ef commented Sep 5, 2024

No, I mean a native ARM Windows machine, not cross-compiling on an x86 Windows server.

See also: https://github.blog/changelog/2024-09-03-github-actions-arm64-linux-and-windows-runners-are-now-generally-available

@waruqi
Copy link
Member

waruqi commented Sep 5, 2024

https://github.blog/news-insights/product-news/arm64-on-github-actions-powering-faster-more-efficient-build-systems/#get-started-using-arm-hosted-runners-today

We expect to begin offering Arm runners for open source projects by the end of the year

@star-hengxing
Copy link
Contributor Author

@c8ef
Copy link
Member

c8ef commented Sep 11, 2024

Not sure what happened.🥶The official CI for libffi does not cover the musl toolchain. Perhaps consider switching to the GNU toolchain and trying again?

@c8ef c8ef reopened this Sep 14, 2024
@c8ef
Copy link
Member

c8ef commented Sep 14, 2024

#5230

The linker behavior of this toolchain is very strange.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants