diff options
| author | Laytan <laytanlaats@hotmail.com> | 2025-04-02 21:13:10 +0200 |
|---|---|---|
| committer | Laytan <laytanlaats@hotmail.com> | 2025-04-02 21:13:10 +0200 |
| commit | b0316b7076c9954383574f65fc135db16f17c1c0 (patch) | |
| tree | b07f3ba5f2402b2d4011e32dec94031529516c38 /ci/build_linux_static.sh | |
| parent | 5eaff20f4a672760b4d90d596dd46be132634f41 (diff) | |
ci: update to LLVM 20 on MacOS and Linux CI and releases
Diffstat (limited to 'ci/build_linux_static.sh')
| -rwxr-xr-x | ci/build_linux_static.sh | 4 |
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" |