mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 06:45:35 +00:00
CI: update ARM 32 bit build to Zesty
Also, use more official / better maintained Docker image repo. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
committed by
Andrei Vagin
parent
a119618356
commit
4ccafdd920
@@ -1,3 +1,3 @@
|
|||||||
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)
|
|||||||
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:
|
||||||
|
Reference in New Issue
Block a user