From 9241f4c37c980736774e5fe55777aeefd468a193 Mon Sep 17 00:00:00 2001 From: Nick Desaulniers Date: Fri, 9 Nov 2018 20:47:28 -0800 Subject: [PATCH] travis: add arm64 LTS targets Let's start with arm64 for now, then add more arch's later, if people care about them. No doubt these need some patches backported. Let's see what's broken! Let's keep them non-cron to see what's broken presubmit. --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 756641d..71e9165 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,16 @@ matrix: - name: "ARCH=x86_64 REPO=linux-next" env: ARCH=x86_64 REPO=linux-next if: type = cron + # stable + # TODO: make cron only + - name: "ARCH=arm64 REPO=4.18" + env: ARCH=arm64 REPO="4.18" + - name: "ARCH=arm64 REPO=4.14" + env: ARCH=arm64 REPO="4.14" + - name: "ARCH=arm64 REPO=4.9" + env: ARCH=arm64 REPO="4.9" + - name: "ARCH=arm64 REPO=4.4" + env: ARCH=arm64 REPO="4.4" compiler: gcc os: linux dist: trusty