Re: [dpdk-dev] [PATCH v10 4/5] ci: add aarch64 -> aarch32 cross compiling jobs

2020-10-21 Thread Ruifeng Wang
[dpdk-dev] [PATCH v10 4/5] ci: add aarch64 -> aarch32 cross > compiling jobs > > Add two jobs (static and shared libs), both building on aarch64 and producing > 32-bit arm binaries executable on armv8-a, but not armv7. > Do not run tests in these jobs. > > Signed-off-by: J

[dpdk-dev] [PATCH v10 4/5] ci: add aarch64 -> aarch32 cross compiling jobs

2020-09-16 Thread Juraj Linkeš
Add two jobs (static and shared libs), both building on aarch64 and producing 32-bit arm binaries executable on armv8-a, but not armv7. Do not run tests in these jobs. Signed-off-by: Juraj Linkeš --- .ci/linux-build.sh | 7 ++- .travis.yml| 19 +++ 2 files changed, 2