Petr Lautrbach <plautrba@xxxxxxxxxx> writes: > Ondrej Mosnacek <omosnace@xxxxxxxxxx> writes: > >> Now that F34 has been released, it's time to update the CI Vagrantfile >> to use the new Fedora version. This also fixes the failure in the >> recently added vsock_socket test that depends on a bugfix, which made it >> to the F34 image's kernel, but is not in the F33 image's. >> >> Signed-off-by: Ondrej Mosnacek <omosnace@xxxxxxxxxx> > > Acked-by: Petr Lautrbach <plautrba@xxxxxxxxxx> Merged > >> --- >> scripts/ci/Vagrantfile | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/scripts/ci/Vagrantfile b/scripts/ci/Vagrantfile >> index d7c7bb39..20c523a0 100644 >> --- a/scripts/ci/Vagrantfile >> +++ b/scripts/ci/Vagrantfile >> @@ -34,7 +34,7 @@ SCRIPT >> # backwards compatibility). Please don't change it unless you know what >> # you're doing. >> Vagrant.configure("2") do |config| >> - config.vm.box = "fedora/33-cloud-base" >> + config.vm.box = "fedora/34-cloud-base" >> config.vm.synced_folder "../..", "/root/selinux" >> >> config.vm.provider "virtualbox" do |v| >> -- >> 2.31.1