mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 04:36:22 +00:00
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:
@@ -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',
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user