-
Notifications
You must be signed in to change notification settings - Fork 892
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
Add loongarch64-unknown-linux-musl support #3921
Conversation
- x86_64-linux-android # skip-pr skip-master | ||
- riscv64gc-unknown-linux-gnu # skip-pr skip-master | ||
- loongarch64-unknown-linux-gnu # skip-pr skip-master | ||
- loongarch64-unknown-linux-musl # skip-pr skip-master skip-stable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm so you're saying that the CI should completely ignore this target as for now, if I'm not mistaken?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. If I'm not mistaken, rustup is currently only built with stable rustc. The first stable version of loongarch64-linux-musl
will be 1.81, when skip-stable
will be removed. Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@heiher I see. Thanks for the explanation!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@heiher Are we ready for releasing this on stable
now?
This should be the right time if possible, since we're releasing v1.28.0 beta very soon:
skip-stable because we're not going to release this for now