Skip to content

Commit

Permalink
Use clang instead of gcc-13
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsa committed Oct 14, 2024
1 parent bc3d20e commit 64639b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions housekeeping/docker/kagome-dev/kagome_builder_deb.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ ENV HUNTER_PYTHON_LOCATION=/venv/bin/python3
ENV LLVM_ROOT=/usr/lib/llvm-${LLVM_VERSION}
ENV LLVM_DIR=/usr/lib/llvm-${LLVM_VERSION}/lib/cmake/llvm/
ENV PATH=${LLVM_ROOT}/bin:${LLVM_ROOT}/share/clang:${PATH}
ENV CC=gcc-${GCC_VERSION}
ENV CXX=g++-${GCC_VERSION}
ENV CC=clang-${LLVM_VERSION}
ENV CXX=clang++-${LLVM_VERSION}

RUN update-alternatives --install /usr/bin/python python /venv/bin/python3 90 && \
update-alternatives --install /usr/bin/python python /usr/bin/python3 80 && \
Expand Down

0 comments on commit 64639b8

Please sign in to comment.