Skip to content

Commit ae73e30

Browse files
committed
Disable vagrant strict dependency checking
Fixes broken vagrant builds Signed-off-by: Derek McGowan <[email protected]>
1 parent 255d2a5 commit ae73e30

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,8 @@ jobs:
587587
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
588588
sudo sed -i 's/^Types: deb$/Types: deb deb-src/' /etc/apt/sources.list.d/ubuntu.sources
589589
sudo apt-get update
590-
sudo apt-get install -y libvirt-daemon libvirt-daemon-system vagrant ovmf
590+
# Pinned to 2.4.1-1 until https://github.com/hashicorp/vagrant/pull/13532 in released version
591+
sudo apt-get install -y libvirt-daemon libvirt-daemon-system vagrant=2.4.1-1 ovmf
591592
# https://github.com/vagrant-libvirt/vagrant-libvirt/issues/1725#issuecomment-1454058646
592593
sudo cp /usr/share/OVMF/OVMF_VARS_4M.fd /var/lib/libvirt/qemu/nvram/
593594
sudo systemctl enable --now libvirtd

0 commit comments

Comments
 (0)