-
Notifications
You must be signed in to change notification settings - Fork 729
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
Contracts build risc-v fixtures #2554
Conversation
6091bba
to
9975e91
Compare
We should be able to pass CI now. Toolchain should be installed for both macOS and Linux. |
Nice will merge master and try to pass these jobs |
…kadot-sdk into pg/riscv-fixtures
…kadot-sdk into pg/riscv-fixtures
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.
We can remove the caching code since we get the RISC-V toolchain deployed on the CI?
substrate/frame/contracts/fixtures/build/riscv_memory_layout.ld
Outdated
Show resolved
Hide resolved
Co-authored-by: Alexander Theißen <[email protected]>
Co-authored-by: Alexander Theißen <[email protected]>
Removed it already, (the tmp hack of checking in the rv compilation output). We only use caching to check if we need to recompile a given fixture now |
Yes my bad. I just read "cache" and thought it was about this. But it is just to prevent re-building all fixtures when only one of them changed. Good to be merged once the CI is green. |
Follow up from paritytech#2347 this time to verify that fixtures build to RISC-V --------- Co-authored-by: alvicsam <[email protected]> Co-authored-by: Alexander Samusev <[email protected]> Co-authored-by: Alexander Theißen <[email protected]>
Follow up from #2347 this time to verify that fixtures build to RISC-V