[dpdk-dev] [PATCH v3 0/2] add travis ci support for aarch64

Ruifeng Wang ruifeng.wang at arm.com
Mon Dec 23 08:08:31 CET 2019


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.


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



More information about the dev mailing list