mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Update development steps (#1623)
Ensure the development steps can be successfully executed with system ruby on Fedora 36 to try and help new contributors have an easier on-ramp. Support running acceptance tests locally, though note that it may require rvm if vagrant doesn't support the ruby version used by the distro.
This commit is contained in:
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
@@ -110,7 +110,7 @@ jobs:
|
||||
run: |
|
||||
mkdir -p $HOME/.vagrant.d/
|
||||
# tell integration tests to use boxes from the cached location
|
||||
export VAGRANT_HOME=$HOME/.vagrant.d
|
||||
export VAGRANT_LIBVIRT_VAGRANT_HOME=$HOME/.vagrant.d
|
||||
# use software emulation due to lack of nested emulation
|
||||
cat <<EOF > $HOME/.vagrant.d/Vagrantfile
|
||||
Vagrant.configure("2") do |config|
|
||||
|
||||
Reference in New Issue
Block a user