mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 18:42:26 +00:00
Add symlynks for lld, because gcc is not able to find it without 'ld.' prefix.
This commit is contained in:
parent
7aa71bb1dd
commit
bddbc956ec
@ -57,6 +57,9 @@ RUN apt-get update -y \
|
|||||||
rename \
|
rename \
|
||||||
wget
|
wget
|
||||||
|
|
||||||
|
RUN ln -s /usr/bin/lld-8 /usr/bin/ld.lld
|
||||||
|
RUN ln -s /usr/bin/lld-8 /usr/bin/ldd
|
||||||
|
|
||||||
ENV CC=clang-8
|
ENV CC=clang-8
|
||||||
ENV CXX=clang++-8
|
ENV CXX=clang++-8
|
||||||
|
|
||||||
|
@ -88,6 +88,9 @@ RUN curl -O https://clickhouse-builds.s3.yandex.net/utils/dpkg-deb
|
|||||||
RUN chmod +x dpkg-deb
|
RUN chmod +x dpkg-deb
|
||||||
RUN cp dpkg-deb /usr/bin
|
RUN cp dpkg-deb /usr/bin
|
||||||
|
|
||||||
|
RUN ln -s /usr/bin/lld-8 /usr/bin/ld.lld
|
||||||
|
RUN ln -s /usr/bin/lld-8 /usr/bin/ldd
|
||||||
|
|
||||||
COPY build.sh /
|
COPY build.sh /
|
||||||
|
|
||||||
CMD ["/bin/bash", "/build.sh"]
|
CMD ["/bin/bash", "/build.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user