Skip to content

Commit

Permalink
Try clang temporary fix for Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wellbelove committed Nov 25, 2023
1 parent b973e0c commit d326a7e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,15 @@ jobs:
- name: Build
run: |
export CC=clang-17
export CXX=clang++-17
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=20 ./
clang-17 --version
clang++-17 --version
make
- name: Run tests
run: ./test/etl_tests

# - name: Run tests
# run: ./test/etl_tests

0 comments on commit d326a7e

Please sign in to comment.