-
Notifications
You must be signed in to change notification settings - Fork 38.7k
script: Make LXC container size suitable for gitian builds #21130
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
Merged
Conversation
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
This change prevents "No space left on device" error.
Member
Author
|
cc @laanwj |
Member
|
Is this only relevant to LXC? KVM uses sized images too, after all. |
Member
Author
Right. Did not test KVM-based builds. Will do. |
Member
Author
Contributor
|
ACK 166266a - I had to add this manually to my nighly build base image |
maflcko
pushed a commit
to bitcoin-core/docs
that referenced
this pull request
Feb 10, 2021
6d330ca Update instructions due to the Bionic to Focal migration (Hennadii Stepanov) Pull request description: This PR accommodates the recent changes: - bitcoin/bitcoin#21036 - bitcoin/bitcoin#21130 ACKs for top commit: MarcoFalke: ACK 6d330ca Tree-SHA512: c74d48060cc8e41463f667a4924007fa4befb9a07dd246df4bd93b1538fa29b182463dd36f8a0160a9b3ac623ea84db9fc875839c4350f40400d0db634900242
sidhujag
pushed a commit
to syscoin/syscoin
that referenced
this pull request
Feb 11, 2021
…ian builds 166266a script: Make LXC container size suitable for gitian builds (Hennadii Stepanov) Pull request description: This change prevents "No space left on device" error. See: - bitcoin#21036 (comment) - bitcoin#21036 (comment) ACKs for top commit: jonasschnelli: ACK 166266a - I had to add this manually to my nighly build base image Tree-SHA512: 47d84c3a65f0a17013b2cb970c34bfa4e600e83066be302ff10280aefefa0a7c6cb6c21a191b3e8e6fcd1c292d1c434cc4769e04626c4536050aced29b34d573
UdjinM6
pushed a commit
to UdjinM6/dash
that referenced
this pull request
Sep 2, 2021
…ian builds 166266a script: Make LXC container size suitable for gitian builds (Hennadii Stepanov) Pull request description: This change prevents "No space left on device" error. See: - bitcoin#21036 (comment) - bitcoin#21036 (comment) ACKs for top commit: jonasschnelli: ACK 166266a - I had to add this manually to my nighly build base image Tree-SHA512: 47d84c3a65f0a17013b2cb970c34bfa4e600e83066be302ff10280aefefa0a7c6cb6c21a191b3e8e6fcd1c292d1c434cc4769e04626c4536050aced29b34d573
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This change prevents "No space left on device" error.
See: