Skip to content

Commit e1f1c41

Browse files
committed
next tes
1 parent 40c6208 commit e1f1c41

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

.github/workflows/linux-simple2.yml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)