Skip to content

Commit

Permalink
ci: trixie updated to clang-19
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jan 9, 2025
1 parent 3478429 commit f87a6de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debian-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
include:
- { distro: bookworm , image: bookworm, CC: clang-19, CXX: clang++-19, PACKAGES: "clang-19" }
- { distro: bookworm , image: bookworm, CC: gcc, CXX: g++, PACKAGES: "build-essential" }
- { distro: trixie , image: trixie, CC: gcc, CXX: g++, PACKAGES: "build-essential gcc-14 g++-14 llvm-17-dev libclang-17-dev " }
- { distro: trixie-system, image: trixie, CC: gcc, CXX: g++, PACKAGES: "build-essential gcc-14 g++-14 llvm-17-dev libclang-17-dev " }
- { distro: trixie , image: trixie, CC: gcc, CXX: g++, PACKAGES: "build-essential gcc-14 g++-14 llvm-19-dev libclang-19-dev " }
- { distro: trixie-system, image: trixie, CC: gcc, CXX: g++, PACKAGES: "build-essential gcc-14 g++-14 llvm-19-dev libclang-19-dev " }
- { distro: trixie , image: trixie, CC: clang-19, CXX: clang++-19, PACKAGES: "build-essential clang-19 llvm-19-dev libclang-19-dev lld-19 " }
steps:
- name: Install git
Expand Down

0 comments on commit f87a6de

Please sign in to comment.