srctree

Robin Linden parent e9dc80c1 6d80f938
ci: Use libc++-19 in the clang-tidy job

This is possible now that we're on SFML 3.
.github/workflows/ci.yaml added: 2, removed: 4, total 0
@@ -288,9 +288,7 @@ jobs:
run: |
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo apt-add-repository "deb http://apt.llvm.org/noble/ llvm-toolchain-noble-19 main"
# TODO(robinlinden): libc++-19 once we've done something about SFML having weird unsupported char_traits-stuff.
# See: https://releases.llvm.org/19.1.0/projects/libcxx/docs/ReleaseNotes.html#deprecations-and-removals
- run: sudo apt-get update && sudo apt-get install --no-install-recommends clang-tidy-19 libc++abi-18-dev libc++-18-dev
- run: sudo apt-get update && sudo apt-get install --no-install-recommends clang-tidy-19 libc++abi-19-dev libc++-19-dev
- run: echo "CC=clang-19" >>$GITHUB_ENV && echo "CXX=clang++-19" >>$GITHUB_ENV
- run: |
sudo update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-19 100