Commit 2d99499a authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov

scripts/build aarch64-clang target: fix clang ver

Apparently, there's no clang-3.8 for Ubuntu Trusty arm64. The latest
available version is 3.6, let's try to use it.

https://travis-ci.org/kolyshkin/criu/builds/173168198Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 02340d16
......@@ -21,6 +21,7 @@ alpine:
alpine-clang: DB_ARGS=--build-arg CC=clang
alpine-clang: alpine
armv7hf-clang: armv7hf
aarch64-clang: DB_ARGS=--build-arg CC=clang-3.6
aarch64-clang: aarch64
ppc64le-clang: ppc64le
x86_64-clang: x86_64
......
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