mingw cross compilation test#1910
Merged
Merged
Conversation
Helps for cross builds, doesn't matter on Windows itself.
generate_res.bat seems rather pointless, am I missing something? I just inlined it into the Makefile.
Needed a bunch of `$(EXT)`
as a guide when doing test selection
also : joined c99 compatibility tests with gnu90 and c++ ones
they are fast enough, and we want to catch such incompatibility early
trusty is out of long term support. let's run (most) tests on "current" platform.
ppc cross-compilation seems broken outside of trusty scan-build version changes with distrib version, resulting in a different list of false positives
based on a script in RocksDB project. also : pushed qemu aarch64 tests to master/cron, since there are already hardware aarch64 tests on dev.
- only compiles zstd CLI - enforces zero warning tolerance policy note : mingw compilation of the library complains (warning) about -fPIC flag. It mostly ignores it, so it's not a big issue. Still, it would need to be fixed if library cross-compilation becomes part of CI. At this stage, it's unclear if this is a scenario.
Fix MinGW cross
Merged
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.
Follow up of #1883.
This PR also includes an additional
mingwcross-compilation test on TravisCI.Travis CI tests have been edited a bit too,
test titles are more accurate,
underlying environment has been updated when applicable,
a few tests have been moved to
master/cron, for faster feedback loop when updatingdev.