Commit 0ef581f 1 parent a1d7e1b commit 0ef581f Copy full SHA for 0ef581f
File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -275,6 +275,10 @@ jobs:
275
275
# For -Wno-error=unreachable-code, please refer to https://github.com/bitcoin/bitcoin/issues/29334
276
276
configure_env : ' env CXXFLAGS="-Wno-error=unreachable-code"'
277
277
configure_options : ' -DWERROR=ON'
278
+ - name : ' Linux 64-bit, multiprocess'
279
+ triplet : ' x86_64-pc-linux-gnu'
280
+ depends_options : ' MULTIPROCESS=1'
281
+ configure_options : ' -DWERROR=ON'
278
282
- name : ' MinGW-w64'
279
283
triplet : ' x86_64-w64-mingw32'
280
284
packages : ' g++-mingw-w64-x86-64-posix'
@@ -366,7 +370,7 @@ jobs:
366
370
key : ${{ matrix.host.triplet }}${{ matrix.host.cache_suffix }}-ccache-${{ github.run_id }}
367
371
368
372
- name : Test
369
- if : ${{ matrix.host.triplet == 'i686-pc-linux-gnu' }}
373
+ if : ${{ matrix.host.triplet == 'i686-pc-linux-gnu' || matrix.host.triplet == 'x86_64-pc-linux-gnu' }}
370
374
run : |
371
375
ctest --test-dir build -j $(nproc)
372
376
You can’t perform that action at this time.
0 commit comments