Skip to content

Commit 5c06c7d

Browse files
authored
Merge pull request #4153 from fahedouch/fix-ci-vagrant-freebsd
Fix ci vagrant freebsd
2 parents 9daa9e9 + 4372159 commit 5c06c7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,8 @@ jobs:
401401
sudo systemctl enable --now libvirtd
402402
sudo apt-get build-dep -qq ruby-libvirt
403403
sudo apt-get install -qq --no-install-recommends libxslt-dev libxml2-dev libvirt-dev ruby-bundler ruby-dev zlib1g-dev
404-
sudo vagrant plugin install vagrant-libvirt
404+
# Disable strict dependency enforcement to bypass gem version conflicts during the installation of the vagrant-libvirt plugin.
405+
sudo env VAGRANT_DISABLE_STRICT_DEPENDENCY_ENFORCEMENT=1 vagrant plugin install vagrant-libvirt
405406
- name: Boot VM
406407
run: |
407408
ln -sf Vagrantfile.freebsd Vagrantfile

0 commit comments

Comments
 (0)