From 24a055f1f861c32918521b3bbdc225ad6f09b092 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Tue, 1 Oct 2024 08:05:19 +0000 Subject: [PATCH] Move analyzers to the selfhosted cuda bot --- .github/workflows/ci.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b00493b37..020417d66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,15 +120,6 @@ jobs: clang-runtime: '16' debug_build: true - - name: ubu20-gcc7-runtime11-analyzers - os: ubuntu-20.04 - compiler: gcc-7 - clang-runtime: '11' - coverage: true - cuda: true - extra_cmake_options: '-DCLAD_ENABLE_ENZYME_BACKEND=On' - #clang-format: true - - name: ubu20-gcc7-runtime11-benchmarks os: ubuntu-20.04 compiler: gcc-7 @@ -243,7 +234,9 @@ jobs: runs-on: cuda compiler: clang-16 clang-runtime: '18' + coverage: true cuda: true + extra_cmake_options: '-DCLAD_ENABLE_ENZYME_BACKEND=On' - name: ubu20-clang9-runtime15 os: ubuntu-20.04