aboutsummaryrefslogtreecommitdiff
path: root/ci/build_linux_static.sh
diff options
context:
space:
mode:
authorLaytan <laytanlaats@hotmail.com>2025-04-02 21:13:10 +0200
committerLaytan <laytanlaats@hotmail.com>2025-04-02 21:13:10 +0200
commitb0316b7076c9954383574f65fc135db16f17c1c0 (patch)
treeb07f3ba5f2402b2d4011e32dec94031529516c38 /ci/build_linux_static.sh
parent5eaff20f4a672760b4d90d596dd46be132634f41 (diff)
ci: update to LLVM 20 on MacOS and Linux CI and releases
Diffstat (limited to 'ci/build_linux_static.sh')
-rwxr-xr-xci/build_linux_static.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/build_linux_static.sh b/ci/build_linux_static.sh
index f821cbb59..2eb99116e 100755
--- a/ci/build_linux_static.sh
+++ b/ci/build_linux_static.sh
@@ -1,8 +1,8 @@
#!/usr/bin/env sh
# Intended for use in Alpine containers, see the "nightly" Github action for a list of dependencies
-CXX="clang++-18"
-LLVM_CONFIG="llvm-config-18"
+CXX="clang++-20"
+LLVM_CONFIG="llvm-config-20"
DISABLED_WARNINGS="-Wno-switch -Wno-macro-redefined -Wno-unused-value"