Skip to content

Commit

Permalink
feat: use gcc in Ubuntu container in order to run patchelf
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Sep 2, 2024
1 parent 55e366b commit ba8b3db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubuntu-20.04.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=clang-12
ENV CXX=clang++-12
ENV CC=gcc-10
ENV CXX=g++-10

COPY tools /opt/tools

Expand Down

0 comments on commit ba8b3db

Please sign in to comment.