CI: drop the apt budget overrides from three jobs with no timeout-minutes

build_ipmitool, jwt-cpp's and pam-ipmi's build_pam-ipmi declare no
timeout-minutes - the 4 in each file belongs to the sibling
build_wolfssl, which does not call this action. The comment justifying
the tighter budget was false and the override only cost resilience.
pull/11219/head
Juliusz Sosinowicz 2026-08-24 12:11:46 +00:00
parent e2866ad156
commit bba979c79d
3 changed files with 0 additions and 9 deletions

View File

@ -63,9 +63,6 @@ jobs:
- name: Install dependencies
uses: ./.github/actions/install-apt-deps
with:
# Fit the loop inside this job's timeout-minutes.
budget-seconds: '120'
pull-timeout: '60'
packages: libreadline-dev
ghcr-debs-tag: ubuntu-24.04-full
- name: Download lib

View File

@ -67,9 +67,6 @@ jobs:
- name: Install dependencies
uses: ./.github/actions/install-apt-deps
with:
# Fit the loop inside this job's timeout-minutes.
budget-seconds: '120'
pull-timeout: '60'
packages: libgtest-dev
ghcr-debs-tag: ubuntu-24.04-full

View File

@ -64,9 +64,6 @@ jobs:
- name: Install dependencies
uses: ./.github/actions/install-apt-deps
with:
# Fit the loop inside this job's timeout-minutes.
budget-seconds: '120'
pull-timeout: '60'
packages: libpam-dev ninja-build meson
ghcr-debs-tag: ubuntu-24.04-full