Commit d23617e9 authored by Kirill Kolyshkin's avatar Kirill Kolyshkin Committed by Andrei Vagin

travis ppc64: use ubuntu zesty

This comes with newer libc headers so we can catch errors earlier.
Also, clang 4.0.
Signed-off-by: 's avatarKir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 7b8ed84c
FROM ppc64le/ubuntu:trusty FROM ppc64le/ubuntu:zesty
ENV QEMU_CPU POWER8 ENV QEMU_CPU POWER8
COPY scripts/build/qemu-user-static/usr/bin/qemu-ppc64le-static /usr/bin/qemu-ppc64le-static 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)))) ...@@ -41,6 +41,7 @@ $(foreach t,$(TARGETS),$(eval $(call CLANG_DEP,$(t))))
%-clang: DB_ENV=--build-arg ENV1=CCACHE_CPP2 %-clang: DB_ENV=--build-arg ENV1=CCACHE_CPP2
alpine-clang: DB_CC=--build-arg CC=clang alpine-clang: DB_CC=--build-arg CC=clang
aarch64-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) .PHONY: $(TARGETS_CLANG)
clean: clean:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment