Skip to content

Commit

Permalink
Try to fix build and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-penev committed Oct 3, 2024
1 parent 9da3d73 commit 3721bdf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,19 +120,19 @@ jobs:
clang-runtime: '16'
debug_build: true

- name: ubu20-gcc7-runtime11-analyzers
- name: ubu20-gcc7-runtime18-analyzers
os: ubuntu-20.04
compiler: gcc-7
clang-runtime: '11'
clang-runtime: '18'
coverage: true
cuda: true
extra_cmake_options: '-DCLAD_ENABLE_ENZYME_BACKEND=On'
#clang-format: true

- name: selfh-ubu22-gcc11-runtime11-analyzers
- name: selfh-ubu22-gcc11-runtime18-analyzers
os: self-hosted #ubuntu-22.04
compiler: gcc-11
clang-runtime: '11'
clang-runtime: '18'
coverage: true
cuda: true
extra_cmake_options: '-DCLAD_ENABLE_ENZYME_BACKEND=On'
Expand Down Expand Up @@ -975,4 +975,4 @@ jobs:
echo "This action only runs on branch coverity_scan"
fi
# env:
# TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
ц # TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}

0 comments on commit 3721bdf

Please sign in to comment.