Skip to content

Commit

Permalink
Merge pull request #4529 from lifubang/revert-4514
Browse files Browse the repository at this point in the history
Revert "Temporary set vagrant to 2.4.1-1"
  • Loading branch information
AkihiroSuda authored Nov 14, 2024
2 parents d28222a + 068d7da commit 4b24754
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ task:
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
sudo sed -i 's/^# deb-src/deb-src/' /etc/apt/sources.list
apt-get update
# Temporary set vagrant to 2.4.1-1 because of https://github.com/hashicorp/vagrant/pull/13532
apt-get install -y libvirt-daemon libvirt-daemon-system vagrant=2.4.1-1
apt-get install -y libvirt-daemon libvirt-daemon-system vagrant
systemctl enable --now libvirtd
apt-get build-dep -y vagrant ruby-libvirt
apt-get install -y --no-install-recommends libxslt-dev libxml2-dev libvirt-dev ruby-bundler ruby-dev zlib1g-dev
Expand Down

0 comments on commit 4b24754

Please sign in to comment.