From 6a2417471a26c6f3b3ee5604fd8097e12327f507 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 71f0560..b62aea1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,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.19" + env: ARCH=arm64 REPO=4.19 + - 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