mbox series

[v4,0/2] add travis ci support for aarch64

Message ID 20200110095350.80925-1-ruifeng.wang@arm.com (mailing list archive)
Headers
Series add travis ci support for aarch64 |

Message

Ruifeng Wang Jan. 10, 2020, 9:53 a.m. UTC
  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(-)