mirror of https://github.com/wolfSSL/wolfssl.git
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
parent
e2866ad156
commit
bba979c79d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue