-
Notifications
You must be signed in to change notification settings - Fork 217
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
Fix stack build #2056
Fix stack build #2056
Conversation
Bumps the cardano-ledger-specs package to latest master, which fixes a dangling symlink in its git repo which broke newer versions of stack.
bors r+ |
2056: Fix stack build r=rvl a=rvl ### Overview Bumps the cardano-ledger-specs package to latest master, which fixes a dangling symlink in its git repo which broke newer versions of stack. ### Comments Tested with: stack build --fast --test --no-run-tests --bench --no-run-benchmarks Co-authored-by: Rodney Lorrimar <[email protected]> Co-authored-by: IOHK <[email protected]>
Build failedUnit tests on linux have OOMed - probably memory leak or faulty shrinker.
|
bors retry |
2056: Fix stack build r=rvl a=rvl ### Overview Bumps the cardano-ledger-specs package to latest master, which fixes a dangling symlink in its git repo which broke newer versions of stack. ### Comments Tested with: stack build --fast --test --no-run-tests --bench --no-run-benchmarks Co-authored-by: Rodney Lorrimar <[email protected]> Co-authored-by: IOHK <[email protected]>
Build failed |
Is there an upstream ticket about this? |
No |
bors retry |
Build succeeded |
Interestingly, with this combination of commits you can't seem to build the ledger-spec tests:
Via e.g. |
Building, not running. This is more of a cabal oddity when passed |
Overview
Bumps the cardano-ledger-specs package to latest master, which fixes a dangling symlink in its git repo which broke newer versions of stack.
Comments
Tested with: