From: Sam James Date: Tue, 31 Oct 2023 11:30:32 +0000 (+0000) Subject: CI: add Clang 17 X-Git-Tag: openssl-3.3.0-alpha1~705 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bdcaa80fd596ae1aae18d93c7784cc7ed8fa504a;p=thirdparty%2Fopenssl.git CI: add Clang 17 Signed-off-by: Sam James Reviewed-by: Hugo Landau Reviewed-by: Richard Levitte Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/22570) --- diff --git a/.github/workflows/compiler-zoo.yml b/.github/workflows/compiler-zoo.yml index 30634fccc3f..4b500b12f77 100644 --- a/.github/workflows/compiler-zoo.yml +++ b/.github/workflows/compiler-zoo.yml @@ -75,6 +75,10 @@ jobs: cc: clang-16, distro: ubuntu-22.04, llvm-ppa-name: jammy + }, { + cc: clang-17, + distro: ubuntu-22.04, + llvm-ppa-name: jammy } ] # We set per-compiler now to allow testing with both older and newer sets