mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
ci: increase remote python packaging timeout to 30m
This commit is contained in:
@@ -27,7 +27,10 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
# the following commands on success produces
|
# the following commands on success produces
|
||||||
# workspace/{wheelhouse,py-docs} as artefact directories
|
# workspace/{wheelhouse,py-docs} as artefact directories
|
||||||
- run: bash scripts/remote_python_packaging.sh
|
- run:
|
||||||
|
# building aarch64 packages under qemu is very slow
|
||||||
|
no_output_timeout: 30m
|
||||||
|
command: bash scripts/remote_python_packaging.sh
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: workspace
|
root: workspace
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user