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>2020-11-12 15:22:41 +0300
committerAndrei Vagin <avagin@gmail.com>2021-09-03 20:31:00 +0300
commitbaad84efb28f828ca3dce459eced2163590d839d (patch)
treedbbf84d333ca02899a3a793fe1059a47d27892f2 /.travis.yml
parent95df2524cce4b64f3ab1a161feae3ec13ef0dd90 (diff)
ci: run aarch64 compile tests on Drone
Besides Travis CI Drone CI seems to be only service providing ARM based builds. This switches the aarch64 and arm32 builds to drone.io. Because Drone CI is running in a Docker container we cannot use 'setarch linux32' as it requires the blocked syscall 'personality(2)'. But Drone CI provides an 'arch: arm' which gives the same architecture as 'setarch linux32' on Travis aarch64: armv8l Signed-off-by: Adrian Reber <areber@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 562026bf2..10437aa4e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,16 +35,6 @@ jobs:
dist: bionic
- os: linux
arch: arm64
- # This runs on aarch64 with 'setarch linux32'
- env: TR_ARCH=armv7hf
- dist: bionic
- - os: linux
- arch: arm64
- # This runs on aarch64 with 'setarch linux32'
- env: TR_ARCH=armv7hf CLANG=1
- dist: bionic
- - os: linux
- arch: arm64
env: TR_ARCH=fedora-rawhide
dist: bionic
- os: linux