-
Notifications
You must be signed in to change notification settings - Fork 38.7k
script: Drop KVM support in gitian-build.py #21140
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
|
Concept ACK as discussed in #bitcoin-builds |
|
Concept NACK. Ubuntu isn't the only distro out there. Besides, vmbuilder doesn't even work to create bionic either, so it's been irrelevant for a while. It's not very hard to install in KVM manually. |
|
@luke-jr So do you use this script at all, or call gitian-build directly? In the latter case this doesn't affect you.
Sure, but Ubuntu is the only distro used for building bitcoin core gitian binaries. Which is what this script is for. Nothing else… |
|
At present I have a custom script that is similar, but this isn't about me personally...
Within gitian, yes, but not the only one outside gitian. |
This script is only relevant to gitian. It's not called |
The python-vm-builder package, which is required for KVM-based builds, is not available in distros after bionic.
|
Rebased b4bc720 -> ef14d90 (pr21140.01 -> pr21140.02) due to the conflict with #21130. |
Yes, and gitian runs fine on non-Ubuntu platforms... The only Ubuntu-specific thing about (our) gitian usage is the OS run within the VM gitian manages. |
|
ACK ef14d90 |
|
I think it's better to close this. There are clear differences in opinion here and it's unclear how much debating a small cleanup like this even matters with the move to GUIX in progress (and this script disappearing completely). |
Agree. There's not really any harm to leave this as-is for now. |
Right. |
The
python-vm-builderpackage, which is required for KVM-based builds, is not available in distros after bionic.