-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add libvirt support #25
Conversation
I was able to build this box locally after applying #28. |
New issue. The libvirt provider is not available on windows. |
fd40a51
to
42a7097
Compare
Looks like enabling libvirt on macOS is not as easy as I initially thought. Anyhow, there is functionally no difference between the virtualbox and the libvirt-box. @MakisH I propose to clean this PR up, and merge it to at least allow creating the libvirt version locally. Is this fine with you? |
I would first like some more detailed comparison between Other than that, I am fine merging the rest. |
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.
Aright, then let's merge it. I don't see any package that we need and would not anyway be installed, I don't know if there are any differences in configuration that we should consider, but let's find out.
Do you also need a release on Vagrant Cloud for any reason?
Please check my review comments above before merging.
8e12eaa
to
1f46016
Compare
1f46016
to
2ec9846
Compare
The bento box for ubuntu 24.04 now supports libvirt and virtualbox. |
This PR adds a libvirt box to the preCICE VM.
The workflow is currently untested.