-
Notifications
You must be signed in to change notification settings - Fork 283
ci: install irohad with features
#5354
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
Conversation
Signed-off-by: Shunkichi Sato <[email protected]>
0x009922
left a comment
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.
I think it isn't really necessary to compile irohad twice. It's fine to compile once with all features.
| mv ${{ env.WASM_TARGET_DIR }}/libs ${{ env.DEFAULTS_DIR }}/libs | ||
| mv ${{ env.DEFAULTS_DIR }}/libs/default_executor.wasm ${{ env.DEFAULTS_DIR }}/executor.wasm | ||
| - name: Install irohad | ||
| run: which irohad || cargo install --path crates/irohad --locked |
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.
By the way, what is the possible cases that irohad is found by which command here @0x009922 ?
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.
As far as I remember, it was about caching and the possibility that irohad is already available. Though I don't understand how that could be possible.
|
Closed as not planned, in accordance with #5355 (comment) |
Prerequisites for testing the
predictionfeature in #5355.