[CRIU] [PATCH 5/6] travis ppc64: use ubuntu zesty
Kir Kolyshkin
kolyshkin at gmail.com
Sun Oct 1 23:43:26 MSK 2017
This comes with newer libc headers so we can catch errors earlier.
Also, clang 4.0.
Signed-off-by: Kir Kolyshkin <kolyshkin at gmail.com>
---
scripts/build/Dockerfile.ppc64le.hdr | 2 +-
scripts/build/Makefile | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/scripts/build/Dockerfile.ppc64le.hdr b/scripts/build/Dockerfile.ppc64le.hdr
index 6b3c6592..e08f6c27 100644
--- a/scripts/build/Dockerfile.ppc64le.hdr
+++ b/scripts/build/Dockerfile.ppc64le.hdr
@@ -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
diff --git a/scripts/build/Makefile b/scripts/build/Makefile
index 61f0d705..e08943e8 100644
--- a/scripts/build/Makefile
+++ b/scripts/build/Makefile
@@ -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:
--
2.14.1
More information about the CRIU
mailing list