Skip to content

Commit

Permalink
vagrant: update to version 2.3.7
Browse files Browse the repository at this point in the history
This patch also updated the download URL format

from
    https://releases.hashicorp.com/vagrant/2.3.7/vagrant_2.3.7_x86_64.deb

to
    https://releases.hashicorp.com/vagrant/2.3.7/vagrant_2.3.7-1_amd64.deb

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
  • Loading branch information
rst0git authored and avagin committed Sep 4, 2023
1 parent 03541c0 commit 1df618a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/vagrant.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
set -e
set -x

VAGRANT_VERSION=2.2.19
VAGRANT_VERSION=2.3.7
FEDORA_VERSION=37
FEDORA_BOX_VERSION=37.20221105.0

Expand All @@ -19,7 +19,7 @@ setup() {
# Tar up the git checkout to have vagrant rsync it to the VM
tar cf criu.tar ../../../criu
# Cirrus has problems with the following certificate.
wget --no-check-certificate https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_"$(uname -m)".deb -O /tmp/vagrant.deb && \
wget --no-check-certificate https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}-1_"$(dpkg --print-architecture)".deb -O /tmp/vagrant.deb && \
dpkg -i /tmp/vagrant.deb

./apt-install libvirt-clients libvirt-daemon-system libvirt-dev qemu-utils qemu \
Expand Down

0 comments on commit 1df618a

Please sign in to comment.