mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-26 11:35:33 +00:00
travis ppc64: use ubuntu zesty
This comes with newer libc headers so we can catch errors earlier. Also, clang 4.0. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
7b8ed84cd9
commit
d23617e95d
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM ppc64le/ubuntu:trusty
|
||||
FROM ppc64le/ubuntu:zesty
|
||||
|
||||
ENV QEMU_CPU POWER8
|
||||
COPY scripts/build/qemu-user-static/usr/bin/qemu-ppc64le-static /usr/bin/qemu-ppc64le-static
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ $(foreach t,$(TARGETS),$(eval $(call CLANG_DEP,$(t))))
|
|||
%-clang: DB_ENV=--build-arg ENV1=CCACHE_CPP2
|
||||
alpine-clang: DB_CC=--build-arg CC=clang
|
||||
aarch64-clang: DB_CC=--build-arg CC=clang
|
||||
ppc64le-clang: DB_CC=--build-arg CC=clang
|
||||
.PHONY: $(TARGETS_CLANG)
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue