Skip to content

Commit

Permalink
Update test configs
Browse files Browse the repository at this point in the history
  • Loading branch information
morzhovets committed Jan 5, 2024
1 parent 0354741 commit ff4e048
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/apple_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
# Apple Clang 14.0.0
- macos_ver: '12'
build_type: 'Release'
flags: '-std=c++20 -Werror -msse2 -DTEST_LIBCXX_NEW'
flags: '-std=c++20 -Werror -msse2 -DLIBCPP_TEST_DEDUCTION_GUIDES'

# -DTEST_LIBCXX_NEW

runs-on: macos-${{ matrix.macos_ver }}

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:

- clang_ver: '14'
build_type: 'Debug'
flags: '-std=c++20 -Werror -fsanitize=address,undefined -msse2 -DLIBCPP_TEST_DEDUCTION_GUIDES'
# -fsanitize=address,undefined
flags: '-std=c++20 -Werror -msse2 -DLIBCPP_TEST_DEDUCTION_GUIDES'
ubuntu_ver: '22.04'

- clang_ver: '15'
Expand Down

0 comments on commit ff4e048

Please sign in to comment.