Re: [dpdk-dev] [PATCH v2 1/2] ci: hook to GitHub Actions

2020-12-14 Thread David Marchand
On Fri, Dec 4, 2020 at 6:37 PM David Marchand wrote: > > With the recent changes in terms of free access to the Travis CI, let's > offer an alternative with GitHub Actions. > Running jobs on ARM is not supported unless using external runners, so > this commit only adds builds for x86_64 and cross

Re: [dpdk-dev] [PATCH v2 1/2] ci: hook to GitHub Actions

2020-12-14 Thread Aaron Conole
David Marchand writes: > With the recent changes in terms of free access to the Travis CI, let's > offer an alternative with GitHub Actions. > Running jobs on ARM is not supported unless using external runners, so > this commit only adds builds for x86_64 and cross compiling for i386 and > aarch6

Re: [dpdk-dev] [PATCH v2 1/2] ci: hook to GitHub Actions

2020-12-14 Thread Thomas Monjalon
11/12/2020 21:07, Ferruh Yigit: > On 12/4/2020 5:36 PM, David Marchand wrote: > > With the recent changes in terms of free access to the Travis CI, let's > > offer an alternative with GitHub Actions. > > Running jobs on ARM is not supported unless using external runners, so > > this commit only add

Re: [dpdk-dev] [PATCH v2 1/2] ci: hook to GitHub Actions

2020-12-11 Thread Ferruh Yigit
On 12/4/2020 5:36 PM, David Marchand wrote: With the recent changes in terms of free access to the Travis CI, let's offer an alternative with GitHub Actions. Running jobs on ARM is not supported unless using external runners, so this commit only adds builds for x86_64 and cross compiling for i386