mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-03 17:56:12 -04:00
build: clang-19 seems to be fine, let's give it a try
This commit is contained in:
parent
41b86f4811
commit
39e12ebe6c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user