From 62d41a0685bb3bdab6849409e58c741e66799e8c 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. Looks like 4.14 is supported, but 4.19, 4.9, and 4.4 need more backports before they can be enabled. --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.travis.yml b/.travis.yml index 71f0560..e9295c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,20 @@ matrix: - name: "ARCH=x86_64 REPO=linux-next" env: ARCH=x86_64 REPO=linux-next if: type = cron + # stable + # TODO: re-enable once green + #- name: "ARCH=arm64 REPO=4.19" + #env: ARCH=arm64 REPO=4.19 + #if: type = cron + - name: "ARCH=arm64 REPO=4.14" + env: ARCH=arm64 REPO=4.14 + if: type = cron + #- name: "ARCH=arm64 REPO=4.9" + #env: ARCH=arm64 REPO=4.9 + #if: type = cron + #- name: "ARCH=arm64 REPO=4.4" + #env: ARCH=arm64 REPO=4.4 + #if: type = cron compiler: gcc os: linux dist: trusty