File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,14 +32,25 @@ jobs:
3232 sudo apt-get update
3333 sudo apt-get install -y ninja-build ${{matrix.compiler.other_pkgs}}
3434
35+ # - name: Configure CMake
36+ # env:
37+ # CXX: ${{matrix.compiler.cxx}}
38+ # run: |
39+ # cmake -B build \
40+ # -DCMAKE_BUILD_TYPE=${{matrix.built_type}} \
41+ # -DCMAKE_CXX_STANDARD=${{matrix.std}} \
42+ # -DCMAKE_CXX_STANDARD_REQUIRED=ON \
43+ # -DCMAKE_CXX_EXTENSIONS=OFF \
44+ # -DRAPIDFUZZ_BUILD_TESTING=1 \
45+ # -DRAPIDFUZZ_ENABLE_LINTERS=1 \
46+ # -DRAPIDFUZZ_BUILD_FUZZERS=1 \
47+ # -G Ninja
48+
3549 - name : Configure CMake
36- env :
37- CXX : ${{matrix.compiler.cxx}}
3850 run : |
3951 cmake -B build \
4052 -DCMAKE_BUILD_TYPE=${{matrix.built_type}} \
41- -DCMAKE_CXX_STANDARD=${{matrix.std}} \
42- -DCMAKE_CXX_STANDARD_REQUIRED=ON \
53+ -DCMAKE_CXX_COMPILER=clang++ \
4354 -DRAPIDFUZZ_BUILD_TESTING=1 \
4455 -DRAPIDFUZZ_ENABLE_LINTERS=1 \
4556 -DRAPIDFUZZ_BUILD_FUZZERS=1 \
You can’t perform that action at this time.
0 commit comments