-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
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
altcoins.bitcoin-unlimited: 1.0.2.0 - > 1.0.3.0 #36715
Conversation
Failure on x86_64-darwin (full log) Partial log (click to expand)
|
Failure on x86_64-linux (full log) Partial log (click to expand)
|
Failure on aarch64-linux (full log) Partial log (click to expand)
|
The commit message doesn't match with the change and it fails to build. 😄 |
2bc0272
to
5646de5
Compare
No attempt on x86_64-darwin The following builds were skipped because they don't evaluate on x86_64-darwin: altcoins.bitcoin-unlimited No log is available. |
Success on x86_64-linux (full log) Attempted: altcoins.bitcoin-unlimited Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: altcoins.bitcoin-unlimited Partial log (click to expand)
|
bitcoin-unlimited = callPackage ./bitcoin-unlimited.nix { withGui = true; }; | ||
bitcoind-unlimited = callPackage ./bitcoin-unlimited.nix { withGui = false; }; | ||
bitcoin-unlimited = callPackage ./bitcoin-unlimited.nix { boost = boost165; withGui = true; }; | ||
bitcoind-unlimited = callPackage ./bitcoin-unlimited.nix { boost = boost165; withGui = false; }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the patch from #36835, overriding boost is not needed anymore.
No attempt on x86_64-darwin The following builds were skipped because they don't evaluate on x86_64-darwin: altcoins.bitcoin-unlimited No log is available. |
Success on x86_64-linux (full log) Attempted: altcoins.bitcoin-unlimited Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: altcoins.bitcoin-unlimited Partial log (click to expand)
|
* altcoins.bitcoin-unlimited: 1.0.2.0 - > 1.0.3.0 * Update default.nix (cherry picked from commit bfc75b5)
#36453