Skip to content

Commit bb50dc7

Browse files
committed
chore: remove old man-db step
this was fixed upstream actions/runner-images#10977
1 parent 209a7df commit bb50dc7

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/CI.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@ jobs:
3434
- name: Checkout
3535
uses: actions/checkout@v4
3636
with: { fetch-depth: 0 }
37-
- name: Disable man-db triggers
38-
run: |
39-
# https://github.com/communitiesuk/funding-service/pull/839
40-
# https://github.com/actions/runner-images/issues/10977
41-
# Disables man-db triggers, which have been a cause of huge (but variable) delays in github action jobs
42-
# completing; we're seeing pauses on this step of 120+ seconds in some rare cases.
43-
echo "set man-db/auto-update false" | sudo debconf-communicate
44-
sudo dpkg-reconfigure man-db
4537
- name: Install Dependencies
4638
run: sudo apt-get install -y g++ qt6-base-dev
4739
- name: Build

0 commit comments

Comments
 (0)