Skip to content

Commit

Permalink
BUG: Fix copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
carterbox committed Nov 3, 2023
1 parent 452faeb commit 69d52fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@ jobs:
os-release: '22.04'
- build_type: 'RelWithDebInfo'
build_libs: 'shared'
compiler: 'clang-17'
compiler: 'clang-15'
extra_args: '--num-tasks=256 --sanitizer --sanitizer-type=leak --static-analysis'
extra_packages: 'clang-tidy-15'
standard: '11'
os-release: '22.04'
- build_type: 'RelWithDebInfo'
build_libs: 'shared'
compiler: 'clang-17'
compiler: 'clang-15'
extra_args: '--num-tasks=256 --tbb --sanitizer --sanitizer-type=address --static-analysis'
extra_packages: 'clang-tidy-15'
standard: '14'
os-release: '22.04'
- build_type: 'RelWithDebInfo'
build_libs: 'shared'
compiler: 'clang-17'
compiler: 'clang-15'
extra_args: '--num-tasks=256 --tbb --sanitizer --sanitizer-type=thread --static-analysis'
extra_cmake: '-DPTL_USE_LOCKS=ON'
extra_packages: 'clang-tidy-15'
Expand Down

0 comments on commit 69d52fa

Please sign in to comment.