try clang 11 in fast test

This commit is contained in:
Alexander Kuzmenkov 2021-04-01 21:02:52 +03:00
parent 8f23d39f26
commit bd7cc80d4b

View File

@ -1,7 +1,7 @@
# docker build -t yandex/clickhouse-fasttest .
FROM ubuntu:20.04
ENV DEBIAN_FRONTEND=noninteractive LLVM_VERSION=10
ENV DEBIAN_FRONTEND=noninteractive LLVM_VERSION=11
RUN apt-get update \
&& apt-get install ca-certificates lsb-release wget gnupg apt-transport-https \