Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Reber <areber@redhat.com>2019-10-29 17:17:40 +0300
committerAndrei Vagin <avagin@gmail.com>2020-02-04 23:39:04 +0300
commita7c625938eb1d472341770699469ca6ddb4d91b1 (patch)
tree401885f9b55f784af15840c2ced721e733f9cb96 /.travis.yml
parent3861b334b252ff65acf2c827b5d85cab21de086a (diff)
travis: start to use aarch64 hardware
With the newly introduced aarch64 at Travis it is possible for the CRIU test-cases to switch to aarch64. Travis uses unprivileged LXD containers on aarch64 which blocks many of the kernel interfaces CRIU needs. So for now this only tests building CRIU natively on aarch64 instead of using the Docker+QEMU combination. All tests based on Docker are not working on aarch64 is there currently seems to be a problem with Docker on aarch64. Maybe because of the nesting of Docker in LXD. Signed-off-by: Adrian Reber <areber@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 9 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 82ba9fbc8..4cde9c4fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,11 +14,9 @@ env:
- TR_ARCH=x86_64
- TR_ARCH=x86_64 CLANG=1
- TR_ARCH=armv7hf
- - TR_ARCH=aarch64
- TR_ARCH=ppc64le
- TR_ARCH=s390x
- TR_ARCH=armv7hf CLANG=1
- - TR_ARCH=aarch64 CLANG=1
- TR_ARCH=ppc64le CLANG=1
- TR_ARCH=alpine CLANG=1
- TR_ARCH=docker-test
@@ -27,6 +25,15 @@ env:
- TR_ARCH=centos
- TR_ARCH=podman-test
matrix:
+ include:
+ - os: linux
+ arch: arm64
+ env: TR_ARCH=local
+ dist: bionic
+ - os: linux
+ arch: arm64
+ env: TR_ARCH=local CLANG=1
+ dist: bionic
allow_failures:
- env: TR_ARCH=docker-test
- env: TR_ARCH=fedora-rawhide