Re: [dpdk-dev] [PATCH v2 0/2] add travis ci support for aarch64

2019-12-20 Thread David Marchand
On Fri, Dec 20, 2019 at 10:38 AM Ruifeng Wang wrote: > > 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 r

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

2019-12-20 Thread Ruifeng Wang
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. This patch set has dependency