Commit 4ccafdd9 authored by Kirill Kolyshkin's avatar Kirill Kolyshkin Committed by Andrei Vagin

CI: update ARM 32 bit build to Zesty

Also, use more official / better maintained Docker image repo.
Signed-off-by: 's avatarKir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent a1196183
FROM armv7/armhf-ubuntu FROM arm32v7/ubuntu:zesty
COPY scripts/build/qemu-user-static/usr/bin/qemu-arm-static /usr/bin/qemu-arm-static COPY scripts/build/qemu-user-static/usr/bin/qemu-arm-static /usr/bin/qemu-arm-static
...@@ -37,11 +37,9 @@ $(1)-clang: $(1) ...@@ -37,11 +37,9 @@ $(1)-clang: $(1)
endef endef
$(foreach t,$(TARGETS),$(eval $(call CLANG_DEP,$(t)))) $(foreach t,$(TARGETS),$(eval $(call CLANG_DEP,$(t))))
%-clang: DB_CC=--build-arg CC=clang-3.8 %-clang: DB_CC=--build-arg CC=clang
%-clang: DB_ENV=--build-arg ENV1=CCACHE_CPP2 %-clang: DB_ENV=--build-arg ENV1=CCACHE_CPP2
alpine-clang: DB_CC=--build-arg CC=clang s390x-clang: DB_CC=--build-arg CC=clang-3.8
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