build: Fix "ERR: Unsigned tarballs do not exist"#24733
Merged
laanwj merged 1 commit intobitcoin:masterfrom Apr 1, 2022
Merged
Conversation
Member
|
ACK 7762c56 |
Member
|
I ran into the same error. Can I just apply this patch and continue guix-attest, or do we need a new RC? |
Member
|
I guess not, because guix will think I'm trying to build a random commit instead of a release. Anyway, this would confuse too many other signers. |
Contributor
|
Applying this patch after building the binaries but before code signing worked for me. |
Member
|
Not for me, |
sidhujag
pushed a commit
to syscoin/syscoin
that referenced
this pull request
Apr 3, 2022
7762c56 build: Fix "ERR: Unsigned tarballs do not exist" (Hennadii Stepanov) Pull request description: This was missed in 53dd616 (bitcoin#24549). ACKs for top commit: laanwj: ACK 7762c56 fanquake: ACK 7762c56 - this should have been a part of bitcoin#24549. Tree-SHA512: 526e4e6ee1463003059b9703030c5b0537445783c45a205024c9c9e3493da967733153a1dc80594fed15a336805c1cf14c8d13cd106186a7544f51d0d542f335
fanquake
pushed a commit
to fanquake/bitcoin
that referenced
this pull request
Apr 4, 2022
Github-Pull: bitcoin#24733 Rebased-From: 7762c56
Member
|
Being backported in #24755. |
maflcko
pushed a commit
that referenced
this pull request
Apr 5, 2022
39396ab build: Fix "ERR: Unsigned tarballs do not exist" (Hennadii Stepanov) db8a5d6 guix: fix vmov alignment issues with gcc 10.3.0 & mingw-w64 (fanquake) Pull request description: Backports: * #24733 * #24736 ACKs for top commit: gruve-p: ACK 39396ab hebasto: ACK 39396ab, backported locally, got zero diff with the PR branch. jarolrod: ACK 39396ab Tree-SHA512: 3573870c48fbde538a490c8b7103779987d3cce1165ca639c164aaf8ef82290fb99fcd461d0fed0208b43174b21284b21eb032c00512b986ae824295cc7935a8
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 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 was missed in 53dd616 (#24549).