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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -195,7 +195,7 @@ jobs:
|
|||||||
- name: 'autotools distcheck'
|
- name: 'autotools distcheck'
|
||||||
if: ${{ matrix.target == 'distcheck' }}
|
if: ${{ matrix.target == 'distcheck' }}
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
run: make -C bld -j3 distcheck
|
run: make -C bld distcheck
|
||||||
- name: 'cmake configure'
|
- name: 'cmake configure'
|
||||||
if: ${{ matrix.build == 'cmake' }}
|
if: ${{ matrix.build == 'cmake' }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user