-
Notifications
You must be signed in to change notification settings - Fork 71
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
edk2-libc: Add LoongArch64 support #20
Conversation
Test Cases: OrderedCollectionTest
|
Hi @mdkinney @jpshivakavi @bexcran , |
The build actions with GCC and VS tool chains are passing. It means that the changes are not breaking the existing things. |
Do you want to add LOONGARCG to the GitHub actions to verify build? May require adding a build step in GCC build agent to just build StdLib. |
@mdkinney it's a good suggestion, I will look into adding build action for building the stdlib - with MSFT Visual Studio, GCC and LoongArch64. |
Regarding Python interpreter support under AppPkg, it appears that the ARM platform is currently unsupported. |
@MarsDoge Python 3.6.8 requires additional support for LoongArch64. That can be taken up as a separate effort. I am also of the pinion to setup a github action for StdLib covering the LoongArch64. @mdkinney mike is also suggesting the same. @mdkinney is it ok if we setup a separate build action for the StdLib covering the X64, ARM and LoongArch64 with VS & GCC compilers for X64, and GCC compiler for ARM and LoongArch64. Let me know if you have any other thoughts. |
I tried to build a CI matrix to see if I could give you some reference. |
Yes. An independent CI job for StdLib sounds like a good idea since the support for StdLib and Python are not the same today |
0e0fe0f
to
067660f
Compare
@jpshivakavi Hello, it seems that there is a package (python3-distutils) issue with the current CI. |
Signed-off-by: Dongyan Qian <[email protected]>
@MarsDoge I believe the PR 21 contains all the changes in PR 20 and this may not be required to be merged if the PR 21 is processed. I think this PR can be closed without merging. Let me know if you have any concerns or questions. |
That's it, I will close this PR and only keep #21 open. |
No description provided.