nightly build: Add RHEL 10 kernel support

Add AlmaLinux 10.0 kernel to nightly build configs and update helper
scripts to handle AlmaLinux 10.0 package sources.
This commit is contained in:
Gleb Chesnokov
2025-06-06 12:31:21 +03:00
parent 02167c4028
commit 17eb80e049
3 changed files with 4 additions and 2 deletions
@@ -35,6 +35,7 @@ jobs:
'4.9.337',
'3.18.140',
'3.10.108',
'6.12.0-55.9.1.el10_0^AlmaLinux^10.0',
'5.14.0-570.12.1.el9_6^AlmaLinux^9.6',
'5.14.0-503.40.1.el9_5^AlmaLinux^9.5',
'5.14.0-427.42.1.el9_4^AlmaLinux^9.4',
+1
View File
@@ -70,6 +70,7 @@ ABT_KERNELS=" \
3.12.74-nc \
3.11.10-nc \
3.10.108-nc \
6.12.0-55.9.1.el10_0^AlmaLinux^10.0-nc \
5.14.0-570.12.1.el9_6^AlmaLinux^9.6-nc \
5.14.0-503.40.1.el9_5^AlmaLinux^9.5-nc \
5.14.0-427.42.1.el9_4^AlmaLinux^9.4-nc \
+2 -2
View File
@@ -37,7 +37,7 @@ function get_srpm_urls() {
;;
"AlmaLinux")
case $releasever in
[89]*)
[89]*|10*)
echo "https://repo.almalinux.org/vault/${releasever}/BaseOS/Source/Packages/";;
esac
;;
@@ -97,7 +97,7 @@ function get_rpm_urls() {
echo "";;
"AlmaLinux")
case $releasever in
[89]*)
[89]*|10*)
echo "https://mirror.yandex.ru/almalinux/${releasever}/BaseOS/${arch}/os/Packages/";;
esac
;;