-
Notifications
You must be signed in to change notification settings - Fork 75
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
[Chore] Fix compilation issues with updated web3j #710
Conversation
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.
The changes from .circleci/config
should be reflected in buildkite config
if you are referring to compile-all step, that is already there: https://github.com/input-output-hk/mantis/pull/707/files#diff-4bc7af90a8380d7ed64283e70a4d7f2dR15 |
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 latest pull from develop, you should re-generate nix dependencies, given the web3j version was downgraded, and this PR is assuming a newer one. (Also, circle ci file is no longer needed)
.circleci/config.yml
Outdated
name: additional compilation & dist | ||
# this step builds parts of the codebase which are not tested in CI | ||
# so as to prevent compilation regression | ||
command: $SBT benchmark:compile snappy:compile dist |
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.
Maybe we could keep dist
step?
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.
Is already included for buildkite pipeline: https://github.com/input-output-hk/mantis/pull/707/files#diff-4bc7af90a8380d7ed64283e70a4d7f2dR84
or you mean having it as a separate step?
…nto chore-update-web3j Conflicts: - .circleci/config.yml + "org.web3j" % "core" % "5.0.0" TODO: Apply nix-expr.patch from buildkite run!
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.
💯
Description
Fix compilation issues with updated web3j,
make Circle compile all targets.