Skip to content

Commit 5000f16

Browse files
committed
Temporary set vagrant to 2.4.1-1
Signed-off-by: lfbzhm <[email protected]>
1 parent d9eecde commit 5000f16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cirrus.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ task:
4242
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
4343
sudo sed -i 's/^# deb-src/deb-src/' /etc/apt/sources.list
4444
apt-get update
45-
apt-get install -y libvirt-daemon libvirt-daemon-system vagrant
45+
# Temporary set vagrant to 2.4.1-1 because of https://github.com/hashicorp/vagrant/pull/13532
46+
apt-get install -y libvirt-daemon libvirt-daemon-system vagrant=2.4.1-1
4647
systemctl enable --now libvirtd
4748
apt-get build-dep -y vagrant ruby-libvirt
4849
apt-get install -y --no-install-recommends libxslt-dev libxml2-dev libvirt-dev ruby-bundler ruby-dev zlib1g-dev

0 commit comments

Comments
 (0)