Skip to content
Snippets Groups Projects
Commit 24ef1e59 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

chore: clang-17, iwyu-0.21

parent 2cb0a833
No related branches found
No related tags found
1 merge request!1052chore: clang-17, iwyu-0.21
Pipeline #119431 skipped
...@@ -102,7 +102,7 @@ case ${ID} in ...@@ -102,7 +102,7 @@ case ${ID} in
*) echo "Unsupported ID=${ID}" ; exit 1 ;; *) echo "Unsupported ID=${ID}" ; exit 1 ;;
esac esac
# Clang version and repository # Clang version and repository
CLANG="-16" CLANG="-17"
curl -s https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - curl -s https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
if [ ${VERSION_CODENAME} = trixie ] ; then if [ ${VERSION_CODENAME} = trixie ] ; then
echo "deb http://apt.llvm.org/unstable llvm-toolchain${CLANG} main" > /etc/apt/sources.list.d/llvm.list echo "deb http://apt.llvm.org/unstable llvm-toolchain${CLANG} main" > /etc/apt/sources.list.d/llvm.list
......
...@@ -197,7 +197,7 @@ packages: ...@@ -197,7 +197,7 @@ packages:
- '@1.0.8' - '@1.0.8'
iwyu: iwyu:
require: require:
- '@0.20' - '@0.21'
jana2: jana2:
require: require:
- '@2.4.0' - '@2.4.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment