[CRIU] [PATCH 2/2] travis: enable arm/arm64/ppc builds with clang
Kir Kolyshkin
kir at openvz.org
Wed Nov 30 22:43:50 PST 2016
With the recent patches, criu is finally compileable with
clang for all architectures. To keep it that way, we need
Travis to test that on a regular basis.
The downside is, Travis build time is increased about 2x.
travis-ci: success for travis: enable arm/arm64/ppc builds with clang
Signed-off-by: Kir Kolyshkin <kir at openvz.org>
Signed-off-by: Pavel Emelyanov <xemul at virtuozzo.com>
---
.travis.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 2204fea..85d653f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,10 @@ env:
- TR_ARCH=aarch64
- TR_ARCH=ppc64le
- TR_ARCH=alpine
+ - TR_ARCH=armv7hf CLANG=1
+ - TR_ARCH=aarch64 CLANG=1
+ - TR_ARCH=ppc64le CLANG=1
+ - TR_ARCH=alpine CLANG=1
script:
- sudo make -C scripts/travis $TR_ARCH
after_success:
--
2.7.4
More information about the CRIU
mailing list