-
Notifications
You must be signed in to change notification settings - Fork 37.7k
build: Fix target name #19868
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
build: Fix target name #19868
Conversation
cc @icota |
Your PR description is a bit terse. Can you please explain why you think it was a typo, and why it is correct alternative to that other commit? |
Because of the initial intention of this line that is expressed in the comment: Line 267 in 3eb789c
|
@hebasto is absolutely correct here. Thanks for tracking this down! From IRC Build meeting today:
So Concept ACK, but I think it should be |
3eb789c
to
7a89f2e
Compare
Updated 3eb789c -> 7a89f2e (pr19868.01 -> pr19868.02, diff):
|
tACK 7a89f2e |
I was a bit hesitant to simply "fix" this typo, since the intended behavior has never actually executed. But it seems that the intended behavior was necessary and correct after all. Lightly tested locally, corner cases like ACK 7a89f2e. |
7a89f2e build: Fix target name (Hennadii Stepanov) Pull request description: It seems like a typo :) This PR: - fixes errors when building a package in depends for `HOST=x86_64-apple-darwin16` (fix bitcoin#19799) - is a correct alternative to bitcoin@d25e0e3 from bitcoin#19764 ACKs for top commit: icota: tACK bitcoin@7a89f2e dongcarl: Code Review ACK 7a89f2e theuni: ACK 7a89f2e. Tree-SHA512: a0bcbc6805d3450e201476ef1e22e0eb53903db1586c5515314c19afd337bded887e56de0fbe62feaf359b2de15dbccd49a44f1a8b566b4c64f5ae3d94a2ab6d
Gitian builds
|
Was wondering why the Windows builds seemed to fail here, but turns out the bot just ran out of space: + find bitcoin-475d0ad3f464/bin -type f -executable -print0
/usr/bin/x86_64-w64-mingw32-objcopy:bitcoin-475d0ad3f464/bin/test_bitcoin.exe.dbg[.debug_info]: No space left on device |
7a89f2e build: Fix target name (Hennadii Stepanov) Pull request description: It seems like a typo :) This PR: - fixes errors when building a package in depends for `HOST=x86_64-apple-darwin16` (fix bitcoin#19799) - is a correct alternative to bitcoin@d25e0e3 from bitcoin#19764 ACKs for top commit: icota: tACK bitcoin@7a89f2e dongcarl: Code Review ACK 7a89f2e theuni: ACK 7a89f2e. Tree-SHA512: a0bcbc6805d3450e201476ef1e22e0eb53903db1586c5515314c19afd337bded887e56de0fbe62feaf359b2de15dbccd49a44f1a8b566b4c64f5ae3d94a2ab6d
7a89f2e build: Fix target name (Hennadii Stepanov) Pull request description: It seems like a typo :) This PR: - fixes errors when building a package in depends for `HOST=x86_64-apple-darwin16` (fix bitcoin#19799) - is a correct alternative to bitcoin@d25e0e3 from bitcoin#19764 ACKs for top commit: icota: tACK bitcoin@7a89f2e dongcarl: Code Review ACK 7a89f2e theuni: ACK 7a89f2e. Tree-SHA512: a0bcbc6805d3450e201476ef1e22e0eb53903db1586c5515314c19afd337bded887e56de0fbe62feaf359b2de15dbccd49a44f1a8b566b4c64f5ae3d94a2ab6d
7a89f2e build: Fix target name (Hennadii Stepanov) Pull request description: It seems like a typo :) This PR: - fixes errors when building a package in depends for `HOST=x86_64-apple-darwin16` (fix bitcoin#19799) - is a correct alternative to bitcoin@d25e0e3 from bitcoin#19764 ACKs for top commit: icota: tACK bitcoin@7a89f2e dongcarl: Code Review ACK 7a89f2e theuni: ACK 7a89f2e. Tree-SHA512: a0bcbc6805d3450e201476ef1e22e0eb53903db1586c5515314c19afd337bded887e56de0fbe62feaf359b2de15dbccd49a44f1a8b566b4c64f5ae3d94a2ab6d
It seems like a typo :)
This PR:
HOST=x86_64-apple-darwin16
(fix build: Error when bulding a package in depends for HOST=x86_64-apple-darwin16 #19799)