[CRIU] [PATCH 03/10] travis arm64: switch to zesty

Andrei Vagin avagin at virtuozzo.com
Mon Oct 2 21:34:06 MSK 2017


On Sun, Oct 01, 2017 at 05:33:58PM -0700, Kir Kolyshkin wrote:
> Let's use Ubuntu 17.04 "Zesty" for ARM-64 bit CI.
> 
> Signed-off-by: Kir Kolyshkin <kolyshkin at gmail.com>
> ---
>  scripts/build/Dockerfile.aarch64.hdr | 2 +-
>  scripts/build/Makefile               | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/scripts/build/Dockerfile.aarch64.hdr b/scripts/build/Dockerfile.aarch64.hdr
> index 3dd8600a..3bc0db06 100644
> --- a/scripts/build/Dockerfile.aarch64.hdr
> +++ b/scripts/build/Dockerfile.aarch64.hdr
> @@ -1,3 +1,3 @@
> -FROM aarch64/ubuntu:trusty
> +FROM arm64v8/ubuntu:zesty

I think it is better to use LTS releases here. Can we change this to Xenial?

>  
>  COPY scripts/build/qemu-user-static/usr/bin/qemu-aarch64-static /usr/bin/qemu-aarch64-static
> diff --git a/scripts/build/Makefile b/scripts/build/Makefile
> index 234649af..61f0d705 100644
> --- a/scripts/build/Makefile
> +++ b/scripts/build/Makefile
> @@ -40,7 +40,7 @@ $(foreach t,$(TARGETS),$(eval $(call CLANG_DEP,$(t))))
>  %-clang:	DB_CC=--build-arg CC=clang-3.8
>  %-clang:	DB_ENV=--build-arg ENV1=CCACHE_CPP2
>  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)
>  
>  clean:
> -- 
> 2.14.1
> 


More information about the CRIU mailing list