mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
ci/vagrant: install vanilla kernel for Fedora Rawhide test
We need at least 6.16 to test MADV_GUARD_INSTALL support, but our current Fedora Rawhide test uses only Rawhide's user space, while using Fedora 42 kernel. Let's start using a vanilla kernel. Suggested-by: Adrian Reber <areber@redhat.com> Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
This commit is contained in:
parent
01265cfc69
commit
98f2bd525a
1 changed files with 4 additions and 0 deletions
|
|
@ -66,6 +66,10 @@ fedora-no-vdso() {
|
|||
}
|
||||
|
||||
fedora-rawhide() {
|
||||
# Upgrade the kernel to the latest vanilla one
|
||||
ssh default sudo dnf -y copr enable @kernel-vanilla/stable
|
||||
ssh default sudo dnf upgrade -y
|
||||
|
||||
# The 6.2 kernel of Fedora 38 in combination with rawhide userspace breaks
|
||||
# zdtm/static/socket-tcp-nfconntrack. To activate the new kernel previously
|
||||
# installed this reboots the VM.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue