mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 13:58:34 +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
|
||||
|
@@ -37,11 +37,9 @@ $(1)-clang: $(1)
|
||||
endef
|
||||
$(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
|
||||
alpine-clang: DB_CC=--build-arg CC=clang
|
||||
aarch64-clang: DB_CC=--build-arg CC=clang
|
||||
ppc64le-clang: DB_CC=--build-arg CC=clang
|
||||
s390x-clang: DB_CC=--build-arg CC=clang-3.8
|
||||
.PHONY: $(TARGETS_CLANG)
|
||||
|
||||
clean:
|
||||
|
Reference in New Issue
Block a user