-
Notifications
You must be signed in to change notification settings - Fork 21
Adjust GHA to build runtimes from fellows and sdk repos #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
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.
small fixes
|
||
- name: Srtool build | ||
id: srtool_build | ||
if: ${{ steps.cache_runtime.outputs.cache-hit != 'true' }} | ||
uses: chevdor/srtool-actions@v0.8.0 | ||
uses: chevdor/srtool-actions@wk-230920-add-debug |
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 extra debug and clean is nice but it does not explain the need to go offroad.
I would suggest staying the a release tag.
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.
Totally agree, then we need to wait till those changes are going to be released
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.
Do we really need the extra debug and fixes ?
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.
seems like the fix is needed, cause with the current released version 0.8.0 it was failing
This PR adjusts both GHA's to build runtimes from the
fellowship
andsdk
repos:polkadot-sdk
orpolkadot-fellows/runtimes
)