2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-09-04 00:05:26 +00:00

vagrant: update image to fedora 42

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
Radostin Stoyanov
2025-07-25 08:34:31 +01:00
committed by Andrei Vagin
parent e852a760b6
commit f7d70b15e5

View File

@@ -6,9 +6,9 @@
set -e set -e
set -x set -x
VAGRANT_VERSION=2.4.1 VAGRANT_VERSION=2.4.7
FEDORA_VERSION=40 FEDORA_VERSION=42
FEDORA_BOX_VERSION=40.20240414.0 FEDORA_BOX_VERSION=1.1.0
setup() { setup() {
if [ -n "$TRAVIS" ]; then if [ -n "$TRAVIS" ]; then
@@ -27,7 +27,7 @@ setup() {
openssh-client openssh-client
systemctl restart libvirtd systemctl restart libvirtd
vagrant plugin install vagrant-libvirt vagrant plugin install vagrant-libvirt
vagrant init fedora/${FEDORA_VERSION}-cloud-base --box-version ${FEDORA_BOX_VERSION} vagrant init cloud-image/fedora-${FEDORA_VERSION} --box-version ${FEDORA_BOX_VERSION}
# The default libvirt Vagrant VM uses 512MB. # The default libvirt Vagrant VM uses 512MB.
# Travis VMs should have around 7.5GB. # Travis VMs should have around 7.5GB.
# Increasing it to 4GB should work. # Increasing it to 4GB should work.