From: Sam James Date: Tue, 21 Feb 2023 00:37:57 +0000 (+0000) Subject: CI: add Clang 16 X-Git-Tag: openssl-3.2.0-alpha1~1240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6de73f5d795b74815740088274069b8778264bb8;p=thirdparty%2Fopenssl.git CI: add Clang 16 Clang 16 will be released shortly (beginning of March). Signed-off-by: Sam James Reviewed-by: Hugo Landau Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/20346) --- diff --git a/.github/workflows/compiler-zoo.yml b/.github/workflows/compiler-zoo.yml index a20a84cffe5..fd0a4562150 100644 --- a/.github/workflows/compiler-zoo.yml +++ b/.github/workflows/compiler-zoo.yml @@ -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