Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Enbale build on fedora38
Browse files Browse the repository at this point in the history
  • Loading branch information
babinskiy committed Feb 27, 2024
1 parent 509b2dd commit 65b5e25
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ jobs:
amazon2, amazon2023,
centos7, centos8, centos9,
debian8, debian9, debian10, debian11, debian12,
fedora31, fedora32, fedora34, fedora35, fedora36, fedora37,
# elastio-snap has been kept without support of kernel 6.5 and higher
# so we disable fedora38 because it has kernel 6.5
# fedora38,
fedora31, fedora32, fedora34, fedora35, fedora36, fedora37, fedora38,
ubuntu2004, ubuntu2204
]
arch: [ amd64 ]
Expand Down Expand Up @@ -93,8 +90,8 @@ jobs:
if: always()
run: .github/scripts/start_box.sh

- name: Boot Fedora 32, 35, 36, 37 into original kernel version
if: "${{ matrix.distro == 'fedora32' || matrix.distro == 'fedora35' || matrix.distro == 'fedora36' || matrix.distro == 'fedora37' }}"
- name: Boot Fedora 32, 35, 36, 37, 38 into original kernel version
if: "${{ matrix.distro == 'fedora32' || matrix.distro == 'fedora35' || matrix.distro == 'fedora36' || matrix.distro == 'fedora37' || matrix.distro == 'fedora38' }}"
run: |
vagrant ssh ${{env.INSTANCE_NAME}} -c '
set -x
Expand All @@ -113,6 +110,8 @@ jobs:
37) k_ver=6.0.14
k_patch=300
;;
38) k_ver=6.4.9
k_patch=200
esac
for package in "kernel-core" "kernel-modules" "kernel" "kernel-devel"; do
sudo rpm -ivh --force https://kojipkgs.fedoraproject.org/packages/kernel/${k_ver}/${k_patch}.fc${ver}/${arch}/${package}-${k_ver}-${k_patch}.fc${ver}.${arch}.rpm
Expand Down

0 comments on commit 65b5e25

Please sign in to comment.