From bea88937f4564e282063fb44aeac485012cfae87 Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Sun, 12 Nov 2023 20:43:24 +0200 Subject: CI: run Vagrant tests. --- vagrant/freebsd12/Vagrantfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vagrant/freebsd12') diff --git a/vagrant/freebsd12/Vagrantfile b/vagrant/freebsd12/Vagrantfile index 213c18c..d48bc11 100644 --- a/vagrant/freebsd12/Vagrantfile +++ b/vagrant/freebsd12/Vagrantfile @@ -14,6 +14,9 @@ Vagrant.configure("2") do |config| config.vm.provider "virtualbox" do |v| v.name = "bindfs-freebsd12" end + config.vm.provider "libvirt" do |v| + v.driver = if File.exist?('/dev/kvm') then 'kvm' else 'qemu' end + end config.vm.provision "shell", inline: <<-SHELL pkg update -- cgit v1.2.3