mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:03:34 +03:00
GHA: skip updating man-db for faster installs (Ubuntu)
This step could take from 5 seconds to 5 minutes, sometimes making it run out of its time slot. It affected 60 CI jobs. Saving an estimated minimum of 5 minutes per CI run. Also fixing: ``` Fri, 25 Apr 2025 06:19:14 GMT Processing triggers for man-db (2.12.0-4build2) ... Fri, 25 Apr 2025 06:23:40 GMT Running kernel seems to be up-to-date. [...] Error: The action 'install packages' has timed out after 5 minutes. ``` Ref: https://github.com/curl/curl/actions/runs/14658212268/job/41136971525?pr=17180#step:2:169 Closes #17181
This commit is contained in:
parent
f034716ded
commit
5acba8bc36
8 changed files with 15 additions and 2 deletions
1
.github/workflows/checksrc.yml
vendored
1
.github/workflows/checksrc.yml
vendored
|
|
@ -57,6 +57,7 @@ jobs:
|
|||
run: |
|
||||
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
|
||||
sudo apt-get -o Dpkg::Use-Pty=0 update
|
||||
sudo rm -f /var/lib/man-db/auto-update
|
||||
sudo apt-get -o Dpkg::Use-Pty=0 install \
|
||||
codespell python3-pip python3-networkx python3-pydot python3-yaml \
|
||||
python3-toml python3-markupsafe python3-jinja2 python3-tabulate \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue