Merge pull request #13713 from k8s-infra-cherrypick-robot/cherry-pick-13707-to-release/2.0

[release/2.0] ci: pin fog-json to resolve gem conflict
This commit is contained in:
Samuel Karp
2026-07-02 09:41:45 -07:00
committed by GitHub

View File

@@ -583,6 +583,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: |