-
Notifications
You must be signed in to change notification settings - Fork 330
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 qemu test in run_tests.sh #2461
base: master
Are you sure you want to change the base?
Conversation
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.
Thanks for adding. The only loongarch package I see in my (Debian-based) apt-get is binutils-loongarch64-linux-gnu. That's likely not enough to build/run. Do you have any advice on where to get the compiler?
The Ubuntu 24.10 release (and the upcoming Ubuntu 25.04 release) include the g++-14-loongarch64-linux-gnu package, and details of the Ubuntu 24.10 g++-14-loongarch64-linux-gnu package can be found at https://packages.ubuntu.com/oracular/g%2B%2B-14-loongarch64-linux-gnu. The upcoming Debian 13 release also includes the g++-14-loongarch64-linux-gnu package, and details of the g++-14-loongarch64-linux-gnu package in the upcoming Debian 13 release can be found at https://packages.debian.org/trixie/g%2B%2B-14-loongarch64-linux-gnu. |
Sorry, I haven't tried cross-compile yet on Debian x86 platform, @jan-wassenberg. I tested it on Ubuntu-24.04, see below:
But debian package for loongarch seems available here https://packages.debian.org/unstable/g++-14-loongarch64-linux-gnu, hopes this help. |
It seems Ubuntu-24.04(same for mine) is enough, see above and cisco/openh264@e49c095, @johnplatts . |
hm, I think we're still stuck on local testing (unable to update), but it seems Ubuntu 24.04 running in Github actions would currently be our best hope. Would you like to add the test to .github/workflows/build_test.yml? We use run_tests.sh for running locally. |
No problem, I will update that when ready. Thanks. |
No description provided.