WIP: CI#39
Open
illwieckz wants to merge 36 commits into
Open
Conversation
The only known working implementation is for i686 MSVC. - amd64 MSVC was already disabled and marked at not working, - there is no MinGW implementation in the code.
Build arm sel_ldr and nacl_helper_bootstrap with 64K page size alignment. Makes it compatible with 16k page size kernels. SCons plumbing.
Build arm sel_ldr and nacl_helper_bootstrap with 64K page size alignment. Makes it compatible with 16k page size kernels. CMake plumbing.
…-reorder disabled on armhf The -ftoplevel-reorder option breaks the build for armhf.
Move files from build/ to tools/build/. Keep the build/ directory available as a build folder.
Ignore toolchain/ symbolic link. This way we can symlink the prebuilt toolchain by Google when we need to build with it for investigation purpose.
It is common practice with CMake to build in build/.
067a5cd to
152bc6c
Compare
Member
Author
|
This is based on the Crunch CI. |
6c9abc2 to
d949bc3
Compare
Member
Author
|
Implemented on Azure CI:
Only building is tested yet, but we may be able to run some |
6db3cdb to
427c5ad
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.
Work in progress CI for the NaCl runtime.
Currently targeting my staging branch to be able to rely on CMake.
We may extend to some SCons testing (especially when we will do Appveyor MSVC CI), but that's already a start.
This would help us to catch those kind of regressions: