mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 05:18:00 +00:00
ci: upgrade to Fedora 40 Vagrant images (38 is EOL)
Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
ced120ad19
commit
b5e2025765
@ -6,9 +6,9 @@
|
|||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
VAGRANT_VERSION=2.3.7
|
VAGRANT_VERSION=2.4.1
|
||||||
FEDORA_VERSION=38
|
FEDORA_VERSION=40
|
||||||
FEDORA_BOX_VERSION=38.20230413.1
|
FEDORA_BOX_VERSION=40.20240414.0
|
||||||
|
|
||||||
setup() {
|
setup() {
|
||||||
if [ -n "$TRAVIS" ]; then
|
if [ -n "$TRAVIS" ]; then
|
||||||
@ -39,7 +39,7 @@ setup() {
|
|||||||
ssh default sudo dnf install -y gcc git gnutls-devel nftables-devel libaio-devel \
|
ssh default sudo dnf install -y gcc git gnutls-devel nftables-devel libaio-devel \
|
||||||
libasan libcap-devel libnet-devel libnl3-devel libbsd-devel make protobuf-c-devel \
|
libasan libcap-devel libnet-devel libnl3-devel libbsd-devel make protobuf-c-devel \
|
||||||
protobuf-devel python3-protobuf python3-importlib-metadata python3-junit_xml \
|
protobuf-devel python3-protobuf python3-importlib-metadata python3-junit_xml \
|
||||||
rubygem-asciidoctor iptables libselinux-devel libbpf-devel
|
rubygem-asciidoctor iptables libselinux-devel libbpf-devel python3-yaml
|
||||||
# Disable sssd to avoid zdtm test failures in pty04 due to sssd socket
|
# Disable sssd to avoid zdtm test failures in pty04 due to sssd socket
|
||||||
ssh default sudo systemctl mask sssd
|
ssh default sudo systemctl mask sssd
|
||||||
ssh default cat /proc/cmdline
|
ssh default cat /proc/cmdline
|
||||||
|
Loading…
x
Reference in New Issue
Block a user