mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
CI: Update the Clang pipeline to Clang 20
This commit is contained in:
parent
a65bbae4c9
commit
70d2b0b6f3
Notes:
github-actions[bot]
2025-05-14 08:07:10 +00:00
Author: https://github.com/trflynn89
Commit: 70d2b0b6f3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4715
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/BertalanD
Reviewed-by: https://github.com/InvalidUsernameException
8 changed files with 26 additions and 25 deletions
|
@ -56,7 +56,7 @@ pick_host_compiler() {
|
|||
return
|
||||
fi
|
||||
|
||||
find_newest_compiler clang clang-17 clang-18 clang-19 /opt/homebrew/opt/llvm/bin/clang
|
||||
find_newest_compiler clang clang-17 clang-18 clang-19 clang-20 /opt/homebrew/opt/llvm/bin/clang
|
||||
if is_supported_compiler "$HOST_COMPILER"; then
|
||||
export CC="${HOST_COMPILER}"
|
||||
export CXX="${HOST_COMPILER/clang/clang++}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue