Merge pull request #13707 from samuelkarp/fix-vagrant-dependency-conflict

ci: pin fog-json to resolve gem conflict
This commit is contained in:
Akihiro Suda
2026-07-02 14:25:20 +00:00
committed by GitHub

View File

@@ -662,6 +662,8 @@ jobs:
sudo systemctl enable --now libvirtd
sudo apt-get build-dep -y ruby-libvirt
sudo apt-get install -y --no-install-recommends libxslt-dev libxml2-dev libvirt-dev ruby-bundler ruby-dev zlib1g-dev
sudo env VAGRANT_DISABLE_STRICT_DEPENDENCY_ENFORCEMENT=1 vagrant plugin uninstall fog-json || true
sudo env VAGRANT_DISABLE_STRICT_DEPENDENCY_ENFORCEMENT=1 vagrant plugin install fog-json --plugin-version 1.2.0
sudo env VAGRANT_DISABLE_STRICT_DEPENDENCY_ENFORCEMENT=1 vagrant plugin install vagrant-libvirt
- name: Boot VM
run: |