-
Notifications
You must be signed in to change notification settings - Fork 561
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 build support #3198
base: main
Are you sure you want to change the base?
Conversation
Add loongarch64 build support
Add loongarch64 build support
Add loongarch64 build support
Add loongarch64 build support
Add loongarch64 build support
Add loongarch64 build support
Add loongarch64 build support using Loongnix 25
Add loongarch64 build support
Add loongarch64 build support
Add loongarch64 build support
This comment was marked as outdated.
This comment was marked as outdated.
it will be much easier to add this arch after #3200 goes in |
Suggest adding RISC-V 64 and LoongArch64 simultaneously |
main change was in #3192, next is #3200 which makes both gnu and musl use the same clang cross script so x86_64 ci can build artifacts easily. once the second pr is merged, you can rebase and this pr will be very clean.
one benefit of keeping these changes separate is to track when things were added, with clean git history. |
/azp run |
Commenter does not have sufficient privileges for PR 3198 in repo mono/SkiaSharp |
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
@mattleibow are you planning to merge this before #3200? |
i started this work before them and they are just piggybacking. the decent thing to do is to wait for my work to finish.. |
I am not merging yet. I am just checking the build. Once we merge that, the diff will suddenly shrink. |
fix loongarch64 docker build
Add LoongArch64 Alpine support
Add LoongArch64 Alpine support
Add LoongArch64 docker build support
Add LoongArch64 docker build support
Add LoongArch64 Alpine support
Add LoongArch64 docker build support
Add LoongArch64 Alpine support
Update LoongArch64 support
alpine fixed
Description of Change
Add LoongArch64 build support, LoongArch64 is a new ISA Cored By Loongson Technology LLC.
Bugs Fixed
API Changes
None.
Behavioral Changes
None.
Required skia PR
None.
PR Checklist