mirror of
https://github.com/curl/curl.git
synced 2026-05-30 12:27:29 +03:00
GHA/distcheck: add missing timeout, reduce existing
Also hung around an `apt update`: https://github.com/curl/curl/actions/runs/16121486815/job/45488127176?pr=17847 Closes #17853
This commit is contained in:
parent
3aecfa927c
commit
27b8377220
1 changed files with 5 additions and 4 deletions
9
.github/workflows/distcheck.yml
vendored
9
.github/workflows/distcheck.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
maketgz-and-verify-in-tree:
|
||||
name: 'AM in-tree & maketgz'
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
with:
|
||||
|
|
@ -70,7 +70,7 @@ jobs:
|
|||
verify-out-of-tree-docs:
|
||||
name: 'AM out-of-tree docs'
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
timeout-minutes: 10
|
||||
needs: maketgz-and-verify-in-tree
|
||||
steps:
|
||||
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
|
||||
|
|
@ -94,7 +94,7 @@ jobs:
|
|||
verify-out-of-tree-autotools-debug:
|
||||
name: 'AM out-of-tree (debug)'
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
timeout-minutes: 10
|
||||
needs: maketgz-and-verify-in-tree
|
||||
steps:
|
||||
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
|
||||
|
|
@ -118,7 +118,7 @@ jobs:
|
|||
verify-out-of-tree-cmake:
|
||||
name: 'CM out-of-tree'
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
timeout-minutes: 5
|
||||
needs: maketgz-and-verify-in-tree
|
||||
steps:
|
||||
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
|
||||
|
|
@ -154,6 +154,7 @@ jobs:
|
|||
reproducible-releases:
|
||||
name: 'reproducible releases'
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue