Commit 0b044ecb authored by Kirill Kolyshkin's avatar Kirill Kolyshkin Committed by Andrei Vagin

travis arm64: switch to zesty

Let's use Ubuntu 17.04 "Zesty" for ARM-64 bit CI.
Signed-off-by: 's avatarKir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 7a4bb5fd
FROM aarch64/ubuntu:trusty FROM arm64v8/ubuntu:zesty
COPY scripts/build/qemu-user-static/usr/bin/qemu-aarch64-static /usr/bin/qemu-aarch64-static COPY scripts/build/qemu-user-static/usr/bin/qemu-aarch64-static /usr/bin/qemu-aarch64-static
...@@ -40,7 +40,7 @@ $(foreach t,$(TARGETS),$(eval $(call CLANG_DEP,$(t)))) ...@@ -40,7 +40,7 @@ $(foreach t,$(TARGETS),$(eval $(call CLANG_DEP,$(t))))
%-clang: DB_CC=--build-arg CC=clang-3.8 %-clang: DB_CC=--build-arg CC=clang-3.8
%-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-3.6 aarch64-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