-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Disable vagrant strict dependency checking #10950
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Skipping CI for Draft Pull Request. |
b88ef5e to
67d23bc
Compare
| sudo sed -i 's/^Types: deb$/Types: deb deb-src/' /etc/apt/sources.list.d/ubuntu.sources | ||
| sudo apt-get update | ||
| sudo apt-get install -y libvirt-daemon libvirt-daemon-system vagrant ovmf | ||
| sudo apt-get install -y libvirt-daemon libvirt-daemon-system vagrant=2.4.1-1 ovmf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add a comment here pointing to hashicorp/vagrant#13532
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, let me see if this gets us passed the error
Fixes broken vagrant builds Signed-off-by: Derek McGowan <derek@mcg.dev>
67d23bc to
ae73e30
Compare
AkihiroSuda
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems working
Is this still WIP?
|
Vagrant passed, skipping other flakes |
|
/cherrypick release/1.7 |
|
/cherrypick release/1.6 |
|
@estesp: #10950 failed to apply on top of branch "release/1.7": DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@estesp: #10950 failed to apply on top of branch "release/1.6": DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
boo robots |
Fixes broken vagrant builds