Closed iainelder closed 1 year ago
Maybe that's because of that that vagrant 2.3.5 is not available at the repository at:
Maybe the vagrant CI pipeline should check whether is can actually install vagrant from the repository?
Thanks, @rgl , I didn't know about the Hashicorp Apt repostiory. Maybe it was still missing from the Vagrant documentation when I wrote my installation script back in 2021.
My own CI process runs my custom installation scripts. Feel free to adapt my Vagrant installation script for any installability testing.
Now I see that the Apt repository is already supported by deb-get
, so one day I'll replace that custom script with a deb-get install
command.
Fixed deb package is available in the dev build here. Will likely be pushing a point release that includes this update tomorrow.
Today's CI run picked up package version 2.3.6 and installed it correctly. This is fixed now. Thanks, everyone!
Debug output
Failed CI run of Vagrant 2.3.5.
Expected behavior
Vagrant 2.3.5 should be installed via apt.
See last CI execution of Vagrant 2.3.4 for a successful example.
Actual behavior
The CI run shows the following error when installing Vagrant 2.3.5 via apt.
Reproduction information
Vagrant version
Vagrant 2.3.5
Host operating system
Ubuntu 20
Guest operating system
Not applicable.
Steps to reproduce
Execute this script as root on Ubuntu 20 to exactly reproduce the CI installation process.
For humans:
sudo apt install ./vagrant.2.3.5.deb
Vagrantfile
None.