Skip to content

Commit

Permalink
CI: Update KVERS for non-Debian DAHDI builds.
Browse files Browse the repository at this point in the history
The GitHub CI infrastructure has updated the kernels used
by some of the CIs, which means the explicit KVERS provided
needs to be updated to avoid failure to install kernel headers.

Ideally, in the future, we should be able to autodetect this
and automatically use the detected version available for
KVERS, this ability just hasn't been added yet, since it
isn't needed outside of the CI.
  • Loading branch information
InterLinked1 committed Dec 16, 2024
1 parent 99d63e3 commit fa5934f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
- name: Build DAHDI and Asterisk
run: |
./phreaknet.sh make
KVERS="6.13.0-0.rc0" phreaknet install --fast --dahdi --drivers --devmode
KVERS="6.13.0-0.rc2" phreaknet install --fast --dahdi --drivers --devmode
alma-9-5:
runs-on: ubuntu-24.04
name: Alma Linux 9.5
Expand All @@ -198,7 +198,7 @@ jobs:
- name: Build DAHDI and Asterisk
run: |
./phreaknet.sh make
KVERS="5.14.0-503.14.1" phreaknet install --fast --dahdi --drivers --devmode
KVERS="5.14.0-503.15.1" phreaknet install --fast --dahdi --drivers --devmode
rocky-9:
runs-on: ubuntu-24.04
name: Rocky Linux 9.3
Expand All @@ -208,7 +208,7 @@ jobs:
- name: Build DAHDI and Asterisk
run: |
./phreaknet.sh make
KVERS="5.14.0-503.14.1" phreaknet install --fast --dahdi --drivers --devmode
KVERS="5.14.0-503.16.1" phreaknet install --fast --dahdi --drivers --devmode
rocky-8:
runs-on: ubuntu-24.04
name: Rocky Linux 8.9
Expand All @@ -218,7 +218,7 @@ jobs:
- name: Build DAHDI and Asterisk
run: |
./phreaknet.sh make
KVERS="4.18.0-553.27.1" phreaknet install --fast --dahdi --drivers --devmode
KVERS="4.18.0-553.32.1" phreaknet install --fast --dahdi --drivers --devmode
opensuse:
runs-on: ubuntu-24.04
name: openSUSE Tumbleweed
Expand Down

0 comments on commit fa5934f

Please sign in to comment.