mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Try clang temporary fix for Github CI
This commit is contained in:
parent
23d5ca09d9
commit
2e3ee1f7e2
5
.github/workflows/clang.yml
vendored
5
.github/workflows/clang.yml
vendored
@ -92,11 +92,8 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
export CC=clang-17
|
||||
export CXX=clang++-17
|
||||
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=OFF -DETL_CXX_STANDARD=20 ./
|
||||
clang-17 --version
|
||||
clang++-17 --version
|
||||
make
|
||||
|
||||
- name: Run tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user