From 24ef1e59ea9e067ac342c8a96b55e81340d191c7 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Mon, 25 Nov 2024 00:56:59 +0000
Subject: [PATCH] chore: clang-17, iwyu-0.21

---
 containers/debian/Dockerfile    | 2 +-
 spack-environment/packages.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/containers/debian/Dockerfile b/containers/debian/Dockerfile
index 9e7af7703..f5523f4f1 100644
--- a/containers/debian/Dockerfile
+++ b/containers/debian/Dockerfile
@@ -102,7 +102,7 @@ case ${ID} in
   *) echo "Unsupported ID=${ID}" ; exit 1 ;;
 esac
 # Clang version and repository
-CLANG="-16"
+CLANG="-17"
 curl -s https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
 if [ ${VERSION_CODENAME} = trixie ] ; then
   echo "deb http://apt.llvm.org/unstable llvm-toolchain${CLANG} main" > /etc/apt/sources.list.d/llvm.list
diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml
index 8555dd094..419c34b36 100644
--- a/spack-environment/packages.yaml
+++ b/spack-environment/packages.yaml
@@ -197,7 +197,7 @@ packages:
     - '@1.0.8'
   iwyu:
     require:
-    - '@0.20'
+    - '@0.21'
   jana2:
     require:
     - '@2.4.0'
-- 
GitLab