mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 12:46:06 +00:00
Meta: Update to clang-19 in CI and build instructions
This commit is contained in:
parent
b165ffc868
commit
2ec97b4548
Notes:
github-actions[bot]
2024-12-28 13:40:54 +00:00
Author: https://github.com/trflynn89
Commit: 2ec97b4548
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3067
9 changed files with 20 additions and 20 deletions
|
@ -56,7 +56,7 @@ pick_host_compiler() {
|
|||
return
|
||||
fi
|
||||
|
||||
find_newest_compiler clang clang-17 clang-18 /opt/homebrew/opt/llvm/bin/clang
|
||||
find_newest_compiler clang clang-17 clang-18 clang-19 /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