Add necessary MLIR dependency for codebrowser

This commit is contained in:
Mikhail f. Shiryaev 2022-01-07 16:46:31 +01:00
parent 7fa5d6aed4
commit 651b22f611
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -7,7 +7,7 @@ FROM clickhouse/binary-builder:$FROM_TAG
ARG apt_archive="http://archive.ubuntu.com"
RUN sed -i "s|http://archive.ubuntu.com|$apt_archive|g" /etc/apt/sources.list
RUN apt-get update && apt-get --yes --allow-unauthenticated install clang-13 libllvm13 libclang-13-dev
RUN apt-get update && apt-get --yes --allow-unauthenticated install clang-13 libllvm13 libclang-13-dev libmlir-13-dev
# repo versions doesn't work correctly with C++17
# also we push reports to s3, so we add index.html to subfolder urls