build: clang-19 seems to be fine, let's give it a try

This commit is contained in:
Marcus Holland-Moritz 2025-04-07 18:50:26 +02:00
parent 41b86f4811
commit 39e12ebe6c
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ RUN bash /usr/local/bin/install-mold.sh
COPY install-bloaty.sh /usr/local/bin/install-bloaty.sh
RUN bash /usr/local/bin/install-bloaty.sh
COPY install-static-libs.sh /usr/local/bin/install-static-libs.sh
RUN bash /usr/local/bin/install-static-libs.sh gcc clang-18 :alpine
RUN bash /usr/local/bin/install-static-libs.sh gcc clang-19 :alpine
RUN adduser -G users -s bash -u 1000 -D mhx
USER mhx
ENTRYPOINT /workspace/.docker/build-linux.sh

View File

@ -58,7 +58,7 @@ cd build
# Stick to clang-18, clang-19 has a regression for nilsimsa performance
if [[ "$BUILD_DIST" == "alpine" ]]; then
GCC_VERSION=
CLANG_VERSION=-18
CLANG_VERSION=-19
elif [[ "$BUILD_DIST" == "ubuntu-2204" ]]; then
GCC_VERSION=-12
CLANG_VERSION=-15