-
Notifications
You must be signed in to change notification settings - Fork 291
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
test: Add an s390x build (on alpine) for CI. #2429
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.
Reviewed 22 of 22 files at r1, all commit messages.
Reviewable status: complete! 2 of 1 approvals obtained
dd318ad
to
2d01095
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2429 +/- ##
==========================================
- Coverage 74.51% 74.47% -0.05%
==========================================
Files 87 87
Lines 26244 26244
==========================================
- Hits 19556 19545 -11
- Misses 6688 6699 +11 ☔ View full report in Codecov by Sentry. |
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.
Reviewed 3 of 3 files at r2, all commit messages.
Reviewable status: complete! 3 of 1 approvals obtained
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.
Reviewed 19 of 22 files at r1.
Reviewable status: complete! 3 of 1 approvals obtained
bc0b0fe
to
f11890f
Compare
It doesn't work at all, because we're missing something in the net code to do with endian conversions. I haven't investigated, yet, but at least now we have a failing test that can be investigated. Also moved to cmake 3.5 at minimum. CMake will stop supporting lower versions than that, soon. Also moved to C11 from C99 to get `static_assert`. Also made a network ERROR into a WARNING. It triggers on FreeBSD.
It doesn't work at all, because we're missing something in the net code to do with endian conversions. I haven't investigated, yet, but at least now we have a failing test that can be investigated.
Also moved to cmake 3.5 at minimum. CMake will stop supporting lower versions than that, soon.
Also moved to C11 from C99 to get
static_assert
.This change is