-
Notifications
You must be signed in to change notification settings - Fork 851
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
[FR] Add Big Endian to CI #2702
Comments
After mangling the Docker configs to get IPv6 working very close to having this. The last issue is that the https://github.com/matoro/srt/actions/runs/4876766571/jobs/8700652107
Same for
|
For reference, this is what I'm working with: https://github.com/matoro/srt/blob/master/.github/workflows/cxx11-ubuntu.yaml If uraimo/run-on-arch-action#93 were implemented it would run x86_64 in the same Docker setup which would help narrow down the culprit, but it's not yet unfortunately. |
I am observing more and more tests failing on TestConnection.QuickClose test and the symptom is that there's -1 returned from |
Very possibly the same issue. QEMU slows down execution by an order of magnitude so possibly a race condition here that's triggered when running too slowly? If you manage to figure it out, please let me know so I can rebase it in and try again. |
To test and track regression on big-endian machines, a corresponding CI action should be added to either GitHub CI or Travis CI.
Related issue #2697.
Big-endian might be available in Travis CI. See here: travis-ci/travis-ci#8869 and https://blog.travis-ci.com/2019-11-12-multi-cpu-architecture-ibm-power-ibm-z.
GitHub Action using QEMI:
https://github.com/marketplace/actions/run-on-architecture
The text was updated successfully, but these errors were encountered: