diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-04 17:28:29 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-04 17:28:29 (GMT) |
commit | 8bdaa954b428393c98e99259e5252ad7750927e2 (patch) | |
tree | 7c7673700983b514e1298357222d2931ef61f647 /.github/workflows/onefiledist.yml | |
parent | a1db76f0763b340c0338edbf4cf087c881bf8b8d (diff) | |
download | tcl-8bdaa954b428393c98e99259e5252ad7750927e2.zip tcl-8bdaa954b428393c98e99259e5252ad7750927e2.tar.gz tcl-8bdaa954b428393c98e99259e5252ad7750927e2.tar.bz2 |
Add many timeouts, add --disable-zipfs build (backported from 9.0)
Diffstat (limited to '.github/workflows/onefiledist.yml')
-rw-r--r-- | .github/workflows/onefiledist.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml index 5c444f0..976b42b 100644 --- a/.github/workflows/onefiledist.yml +++ b/.github/workflows/onefiledist.yml @@ -15,6 +15,7 @@ jobs: defaults: run: shell: bash + timeout-minutes: 10 steps: - name: Checkout uses: actions/checkout@v4 @@ -50,6 +51,7 @@ jobs: defaults: run: shell: bash + timeout-minutes: 10 steps: - name: Checkout uses: actions/checkout@v4 @@ -112,6 +114,7 @@ jobs: defaults: run: shell: msys2 {0} + timeout-minutes: 10 env: CC: gcc CFGOPT: --disable-symbols --disable-shared |