Skip to content

Commit fa5934f

Browse files
committed
CI: Update KVERS for non-Debian DAHDI builds.
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.
1 parent 99d63e3 commit fa5934f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
- name: Build DAHDI and Asterisk
189189
run: |
190190
./phreaknet.sh make
191-
KVERS="6.13.0-0.rc0" phreaknet install --fast --dahdi --drivers --devmode
191+
KVERS="6.13.0-0.rc2" phreaknet install --fast --dahdi --drivers --devmode
192192
alma-9-5:
193193
runs-on: ubuntu-24.04
194194
name: Alma Linux 9.5
@@ -198,7 +198,7 @@ jobs:
198198
- name: Build DAHDI and Asterisk
199199
run: |
200200
./phreaknet.sh make
201-
KVERS="5.14.0-503.14.1" phreaknet install --fast --dahdi --drivers --devmode
201+
KVERS="5.14.0-503.15.1" phreaknet install --fast --dahdi --drivers --devmode
202202
rocky-9:
203203
runs-on: ubuntu-24.04
204204
name: Rocky Linux 9.3
@@ -208,7 +208,7 @@ jobs:
208208
- name: Build DAHDI and Asterisk
209209
run: |
210210
./phreaknet.sh make
211-
KVERS="5.14.0-503.14.1" phreaknet install --fast --dahdi --drivers --devmode
211+
KVERS="5.14.0-503.16.1" phreaknet install --fast --dahdi --drivers --devmode
212212
rocky-8:
213213
runs-on: ubuntu-24.04
214214
name: Rocky Linux 8.9
@@ -218,7 +218,7 @@ jobs:
218218
- name: Build DAHDI and Asterisk
219219
run: |
220220
./phreaknet.sh make
221-
KVERS="4.18.0-553.27.1" phreaknet install --fast --dahdi --drivers --devmode
221+
KVERS="4.18.0-553.32.1" phreaknet install --fast --dahdi --drivers --devmode
222222
opensuse:
223223
runs-on: ubuntu-24.04
224224
name: openSUSE Tumbleweed

0 commit comments

Comments
 (0)