Skip to content

Commit

Permalink
chore: use clang toolchain for Ubuntu packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Sep 3, 2024
1 parent ec32480 commit 2090277
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ubuntu-20.04.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ENV TZ=Etc/UTC
ENV ARCH=x64

RUN apt-get -y update && \
apt-get -y install sudo wget git make pkg-config gcc-10 g++-10 \
apt-get -y install sudo wget git make pkg-config clang-12 clang++-12 \
autoconf binutils-dev libevent-dev acl-dev libfmt-dev libjemalloc-dev \
libdouble-conversion-dev libiberty-dev liblz4-dev liblzma-dev libssl-dev \
libboost-filesystem-dev libboost-program-options-dev libboost-system-dev \
Expand All @@ -39,8 +39,8 @@ RUN apt-get -y update && \
libdwarf-dev libelf-dev libgoogle-glog-dev libffi-dev libgdbm-dev \
libyaml-dev libncurses-dev libreadline-dev libutfcpp-dev libstdc++-10-dev

ENV CC=gcc-10
ENV CXX=g++-10
ENV CC=clang-12
ENV CXX=clang++-12

COPY tools /opt/tools

Expand Down

0 comments on commit 2090277

Please sign in to comment.