CI: add Clang 16
authorSam James <sam@gentoo.org>
Tue, 21 Feb 2023 00:37:57 +0000 (00:37 +0000)
committerPauli <pauli@openssl.org>
Thu, 23 Feb 2023 07:30:16 +0000 (18:30 +1100)
Clang 16 will be released shortly (beginning of March).

Signed-off-by: Sam James <sam@gentoo.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20346)

.github/workflows/compiler-zoo.yml

index a20a84cffe554014bbd0ffd00061931a49b671e2..fd0a45621506cc052282df9131ff1f91d0d44347 100644 (file)
@@ -67,6 +67,10 @@ jobs:
             cc: clang-15,
             distro: ubuntu-22.04,
             llvm-ppa-name: jammy
+          }, {
+            cc: clang-16,
+            distro: ubuntu-22.04,
+            llvm-ppa-name: jammy
           }
         ]
     # We set per-compiler now to allow testing with both older and newer sets