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:
committed by
Andrei Vagin
parent
4ccafdd920
commit
d723061b53
@@ -1,4 +1,4 @@
|
||||
FROM ubuntu:trusty
|
||||
FROM ubuntu:zesty
|
||||
|
||||
RUN apt-get update -qq && apt-get install -qq \
|
||||
gcc-multilib
|
||||
|
Reference in New Issue
Block a user