Skip to content

Commit

Permalink
Update test configs
Browse files Browse the repository at this point in the history
  • Loading branch information
morzhovets committed Oct 6, 2024
1 parent 04ffc9e commit e766095
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/macos_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
include:

- clang_ver: '18'
- clang_ver: '19'
build_type: 'Release'
flags: '-std=c++23 -msse2'
path_prefix: '/usr/local'
Expand All @@ -27,19 +27,25 @@ jobs:
path_prefix: '/opt/homebrew'
macos_ver: '14'

- clang_ver: '18'
- clang_ver: '19'
build_type: 'Release'
flags: '-std=c++23'
path_prefix: '/opt/homebrew'
macos_ver: '14'

- clang_ver: '19'
build_type: 'Release'
flags: '-std=c++23 -fsized-deallocation -fno-rtti -DMOMO_USE_SAFE_MAP_BRACKETS -DMOMO_USE_UNORDERED_HINT_ITERATORS -DMOMO_DISABLE_TYPE_INFO'
path_prefix: '/opt/homebrew'
macos_ver: '14'

- clang_ver: '18'
- clang_ver: '19'
build_type: 'Debug'
flags: '-std=c++23 -fsanitize=address,undefined'
path_prefix: '/opt/homebrew'
macos_ver: '14'

- clang_ver: '18'
- clang_ver: '19'
build_type: 'Debug'
flags: '-std=c++23 -fsanitize=address,undefined -fsized-deallocation -fno-rtti -DMOMO_USE_SAFE_MAP_BRACKETS -DMOMO_USE_UNORDERED_HINT_ITERATORS -DMOMO_DISABLE_TYPE_INFO'
path_prefix: '/opt/homebrew'
Expand Down

0 comments on commit e766095

Please sign in to comment.