|
45 | 45 | git config --global --add safe.directory /__w/CCF/CCF |
46 | 46 | mkdir build |
47 | 47 | cd build |
48 | | - cmake -GNinja -DCOMPILE_TARGET=virtual -DCMAKE_BUILD_TYPE=Debug -DLONG_TESTS=ON -DSAN=ON .. |
| 48 | + cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -DLONG_TESTS=ON -DSAN=ON .. |
49 | 49 | ninja |
50 | 50 |
|
51 | 51 | - name: "Test" |
|
99 | 99 | git config --global --add safe.directory /__w/CCF/CCF |
100 | 100 | mkdir build |
101 | 101 | cd build |
102 | | - cmake -GNinja -DCOMPILE_TARGET=virtual -DCMAKE_BUILD_TYPE=Debug -DLONG_TESTS=ON -DTSAN=ON -DWORKER_THREADS=2 .. |
| 102 | + cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -DLONG_TESTS=ON -DTSAN=ON -DWORKER_THREADS=2 .. |
103 | 103 | ninja |
104 | 104 |
|
105 | 105 | - name: "Test" |
@@ -152,7 +152,7 @@ jobs: |
152 | 152 | git config --global --add safe.directory /__w/CCF/CCF |
153 | 153 | mkdir build |
154 | 154 | cd build |
155 | | - cmake -GNinja -DCOMPILE_TARGET=virtual -DCMAKE_BUILD_TYPE=Debug -DLONG_TESTS=ON -DWORKER_THREADS=2 .. |
| 155 | + cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -DLONG_TESTS=ON -DWORKER_THREADS=2 .. |
156 | 156 | ninja |
157 | 157 |
|
158 | 158 | - name: "Test" |
@@ -211,7 +211,7 @@ jobs: |
211 | 211 | mkdir build |
212 | 212 | cd build |
213 | 213 | # Use libc++ to enable hardening/bounds checking during tests |
214 | | - cmake -GNinja -DCOMPILE_TARGET=virtual -DCMAKE_BUILD_TYPE=Debug -DLONG_TESTS=ON -DUSE_LIBCXX=ON .. |
| 214 | + cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -DLONG_TESTS=ON -DUSE_LIBCXX=ON .. |
215 | 215 | ninja |
216 | 216 |
|
217 | 217 | - name: "Test" |
@@ -265,7 +265,7 @@ jobs: |
265 | 265 | git config --global --add safe.directory /__w/CCF/CCF |
266 | 266 | mkdir build |
267 | 267 | cd build |
268 | | - cmake -GNinja -DCOMPILE_TARGET=virtual -DCMAKE_BUILD_TYPE=Release -DCLIENT_PROTOCOLS_TEST=ON -DLONG_TESTS=ON .. |
| 268 | + cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DCLIENT_PROTOCOLS_TEST=ON -DLONG_TESTS=ON .. |
269 | 269 | ninja |
270 | 270 |
|
271 | 271 | - name: "Test" |
@@ -319,7 +319,7 @@ jobs: |
319 | 319 | git config --global --add safe.directory /__w/CCF/CCF |
320 | 320 | mkdir build |
321 | 321 | cd build |
322 | | - cmake -GNinja -DCOMPILE_TARGET=virtual -DCMAKE_BUILD_TYPE=Debug -DLONG_TESTS=ON -DSHUFFLE_SUITE=ON .. |
| 322 | + cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -DLONG_TESTS=ON -DSHUFFLE_SUITE=ON .. |
323 | 323 | ninja |
324 | 324 |
|
325 | 325 | - name: "Test" |
|
0 commit comments