[2.0.0-dev] upgrade reproducible build image to Debian11; effectively making Ubuntu20 minimum runtime environment#1387
Merged
spoonincode merged 2 commits intorelease/2.0from Apr 16, 2025
Merged
Conversation
heifner
approved these changes
Apr 16, 2025
greg7mdp
approved these changes
Apr 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The reproducible build image is currently based on Debian10 meaning any builds there should work on any distro with glibc 2.28+ -- that includes Ubuntu18 that we don't officially support in the 1.x range.
Bump the build image to Debian11 increasing requirement to glibc 2.31+ which drops the ability to run on Ubuntu18 but still will run on Ubuntu20. It will also drop EL8.
I think we are a little late on this, as other similar projects made the move a while ago, e.g.
https://github.com/bitcoin/bitcoin/pull/29987We have a little kludge here
spring/tools/tweak-deb.sh
Lines 4 to 12 in 2f236ca
fwiw I did check the resulting .deb file looks correct still after this upgrade: