Skip to content

Commit

Permalink
scripts/ci: use F34 image instead of F33
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
WOnder93 authored and bachradsusi committed May 18, 2021
1 parent 61fbdce commit eb6e97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/Vagrantfile
Expand Up @@ -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|
Expand Down

0 comments on commit eb6e97a

Please sign in to comment.