1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-20 02:42:09 +03:00

ci: don't parallelize distcheck job

A while ago the `distcheck` CI job became flaky. This continued after
switching to Debian stable (from testing). Try stabilzing it by running
it single-threaded.

Closes #1339
This commit is contained in:
Viktor Szakats
2024-03-28 20:50:01 +00:00
parent 97aa8388aa
commit 5e65dd87dd

View File

@@ -195,7 +195,7 @@ jobs:
- name: 'autotools distcheck'
if: ${{ matrix.target == 'distcheck' }}
timeout-minutes: 10
run: make -C bld -j3 distcheck
run: make -C bld distcheck
- name: 'cmake configure'
if: ${{ matrix.build == 'cmake' }}
run: |