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 27, 2024
1 parent e976888 commit 22c45e3
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,19 @@ jobs:
# - clang_ver: '18'
# build_type: 'Release'
# flags: '-std=c++23 -Werror -msse2'
# ubuntu_ver: '24.04'
#
# - clang_ver: '18'
# 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: '19'
build_type: 'Release'
flags: '-std=c++23 -Werror -msse2'
ubuntu_ver: '24.04'

- 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: '19'
- clang_ver: '18'
build_type: 'Debug'
flags: '-std=c++23 -Werror -fsanitize=address,undefined -msse2'
ubuntu_ver: '24.04'

- clang_ver: '19'
- clang_ver: '18'
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

0 comments on commit 22c45e3

Please sign in to comment.