Add 32-bit Linux CI coverage#2585
Open
danyalahmed1995 wants to merge 3 commits into
Open
Conversation
1e83ec5 to
8122b80
Compare
M2-TE
reviewed
Jun 2, 2026
Contributor
M2-TE
left a comment
There was a problem hiding this comment.
Good addition, thanks for the contribution!
Just got a few comments regarding the addition of new options in the matrix entry.
Contributor
|
I would also recommend using Clang with |
Co-authored-by: Jan Kuhlmann <33833587+M2-TE@users.noreply.github.com>
Author
|
@sharadhr I went with But if you want the CI entry to model cross-compilation more explicitly, I can switch it to Clang with |
a7c7c23 to
5fd2c8d
Compare
Co-authored-by: Jan Kuhlmann <33833587+M2-TE@users.noreply.github.com>
5fd2c8d to
e8243a1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a 32-bit Ubuntu CI matrix entry using gcc/g++ multilib and -m32 flags.
The sample build is skipped for this cross-compilation entry to avoid requiring 32-bit graphics/system libraries, while header generation and the unit test builds still run across the supported C++ standards.
This covers the Linux 32-bit CI case discussed in #2584 and helps exercise the kind of build configuration involved in #2583.
Tested on my fork:
Refs #2584.