scripts/ci: use F34 image instead of F33

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@redhat.com>
Acked-by: Petr Lautrbach <plautrba@redhat.com>
This commit is contained in:
Ondrej Mosnacek 2021-05-12 12:25:29 +02:00 committed by Petr Lautrbach
parent 61fbdce666
commit eb6e97ab7d

View File

@ -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|