cln/.github/scripts
Christian Decker 02a64d2ff5 fix: Simplify coverage build to use ubuntu-24.04 with default clang
Replaced the complex LLVM 18 specific setup with simpler approach:
- Update all runners to ubuntu-24.04
- Use default clang package (no version-specific installation)
- Use default llvm-profdata and llvm-cov from system packages
- Removed custom LLVM repository setup
- Removed version-specific tool paths and symlinks
- Removed libclang-rt-18-dev dependency (included with build-essential)

This approach leverages the system's default LLVM/Clang toolchain on
ubuntu-24.04, which avoids version mismatch issues entirely.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-19 12:03:54 +01:00
..
install-bitcoind.sh CI: set elements and bitcoind versions in one place. 2024-06-25 09:36:00 +09:30
setup.sh fix: Simplify coverage build to use ubuntu-24.04 with default clang 2026-01-19 12:03:54 +01:00
sync-rpc-cmds.py script: Update sync RPC documentation script to check if the page was renderable for Readme 2025-12-18 10:27:15 +10:30