From b607f3c4c37caef5997ed4058a27cbb8251a42c3 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Fri, 19 Jul 2024 20:14:19 +0000 Subject: [PATCH] [ci] llvm18.1.8 is broken, turn off the ci for it. We can re-enable only after llvm/llvm-project#99453 is resolved. --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 468062be6..639d6a127 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -457,10 +457,11 @@ jobs: extra_packages: 'libtrilinos-kokkos-dev ninja-build' extra_cmake_options: '-G Ninja' - - name: ubu22-clang16-runtime18 - os: ubuntu-22.04 - compiler: clang-16 - clang-runtime: '18' + # FIXME: Turn on llvm18 once https://github.com/llvm/llvm-project/issues/99453 is fixed. + #- name: ubu22-clang16-runtime18 + # os: ubuntu-22.04 + # compiler: clang-16 + # clang-runtime: '18' # Оld, still supported versions