This patch set is to enable native aarch64 build in Travis CI. It leverages Travis CI multi arch support.
As the first step, compilation jobs are added. Unit test is not added for now due to service limitation. We are planning to run unit test with no-huge in future. Plan is to enable the testing for whatever works today and work on fixing the remaining test cases. v4: Test RUN_TESTS flag instead of arch when setting hugepage. v3: Reverse patches order. Not depending on other patches. Restore distribution designation for aarch64 native jobs. v2: Removed dist designation from matrix since base dist is changing. Add explanation for library path issue. Ruifeng Wang (2): devtools: add path to additional shared object files ci: add travis ci support for aarch64 .ci/linux-setup.sh | 11 +++++++---- .travis.yml | 42 +++++++++++++++++++++++++++++++++++++++++- devtools/test-null.sh | 2 +- 3 files changed, 49 insertions(+), 6 deletions(-) -- 2.17.1