mirror of
https://github.com/curl/curl.git
synced 2026-07-24 13:37:18 +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
2
.github/workflows/http3-linux.yml
vendored
2
.github/workflows/http3-linux.yml
vendored
|
|
@ -140,6 +140,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 \
|
||||
libtool autoconf automake pkgconf stunnel4 \
|
||||
libpsl-dev libbrotli-dev libzstd-dev zlib1g-dev libev-dev libc-ares-dev \
|
||||
|
|
@ -332,6 +333,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 \
|
||||
libtool autoconf automake pkgconf stunnel4 \
|
||||
libpsl-dev libbrotli-dev libzstd-dev zlib1g-dev libev-dev libc-ares-dev \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue