2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

CI x86_64: switch to Zesty, add clang build

The x86_64 job is the one we run inside Docker (as opposed to 'local',
which runs on the host). Let's update this to use Ubuntu Zesty, and
since it has clang-4 (unlike the 'local' one) it makes sense to add
a clang build.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Kirill Kolyshkin
2017-10-01 17:34:04 -07:00
committed by Andrei Vagin
parent 4ccafdd920
commit d723061b53
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM ubuntu:trusty
FROM ubuntu:zesty
RUN apt-get update -qq && apt-get install -qq \
gcc-multilib