Skip to content

Commit

Permalink
another fix for actions, shouldn't be in so much of a hurry
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Dorniak committed Jul 2, 2024
1 parent 2c6dac1 commit ffa01d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/clang-c++23.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ jobs:

- name: Build
run: |
export CC=clang-18
export CXX=clang++-18
export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0
cmake -DBUILD_TESTS=ON -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03=OFF -DETL_CXX_STANDARD=23 ./
clang-18 --version
make
- name: Run tests
Expand All @@ -38,8 +41,11 @@ jobs:

- name: Build
run: |
export CC=clang-18
export CXX=clang++-18
export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0
cmake -D BUILD_TESTS=ON -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03=ON -DETL_CXX_STANDARD=23 ./
clang-18 --version
make
- name: Run tests
Expand All @@ -57,8 +63,11 @@ jobs:

- name: Build
run: |
export CC=clang-18
export CXX=clang++-18
export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0
cmake -D BUILD_TESTS=ON -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03=ON -DETL_CXX_STANDARD=23 ./
clang-18 --version
make
- name: Run tests
Expand Down

0 comments on commit ffa01d8

Please sign in to comment.