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 26, 2024
1 parent 13f8e1a commit 1dd9024
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,27 @@ jobs:
# flags: '-std=c++23 -Werror -msse2'
# ubuntu_ver: '24.04'

- clang_ver: '18'
# - clang_ver: '18'
# build_type: 'Release'
# flags: '-std=c++23 -Werror -msse2'
# ubuntu_ver: '24.04'

- clang_ver: '19'
build_type: 'Release'
flags: '-std=c++23 -Werror -msse2'
ubuntu_ver: '24.04'

- clang_ver: '18'
- clang_ver: '19'
build_type: 'Release'
flags: '-std=c++23 -Werror -fsized-deallocation -fno-rtti -DMOMO_USE_SAFE_MAP_BRACKETS -DMOMO_USE_UNORDERED_HINT_ITERATORS -DMOMO_DISABLE_TYPE_INFO'
ubuntu_ver: '24.04'

- clang_ver: '18'
- clang_ver: '19'
build_type: 'Debug'
flags: '-std=c++23 -Werror -fsanitize=address,undefined -msse2'
ubuntu_ver: '24.04'

- clang_ver: '18'
- clang_ver: '19'
build_type: 'Debug'
flags: '-std=c++23 -Werror -fsanitize=address,undefined -fsized-deallocation -fno-rtti -DMOMO_USE_SAFE_MAP_BRACKETS -DMOMO_USE_UNORDERED_HINT_ITERATORS -DMOMO_DISABLE_TYPE_INFO'
ubuntu_ver: '24.04'
Expand Down
12 changes: 9 additions & 3 deletions .github/workflows/macos_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -Werror'
path_prefix: '/opt/homebrew'
macos_ver: '14'

- clang_ver: '19'
build_type: 'Release'
flags: '-std=c++23 -Werror -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 -Werror -fsanitize=address,undefined'
path_prefix: '/opt/homebrew'
macos_ver: '14'

- clang_ver: '18'
- clang_ver: '19'
build_type: 'Debug'
flags: '-std=c++23 -Werror -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 1dd9024

Please sign in to comment.