-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add custom rust toolchain support #22
Conversation
fewensa
commented
Jul 28, 2023
•
edited
Loading
edited
- Update follow Add wasm32-unknown-unknown component for override toolchain paritytech/srtool#68
Custom
|
Two reasons.
and srtool build in runtime directory, so can not read root directory |
Ok, fair enough.
This is mainly for users to find they way around since currently, they will not have an easy way to know when you built your runtimes.
This is blocked on purpose yes Let me think how we can solve your problem without comprising too much for the users. |
Currently, I am using a soft link to resolve this issue. |
Hey @chevdor, any feedback? |
I am not completely happy with the raw solution as it is really a foot gun. Nothing against the PR, my main concern is related to users trying to verify runtimes. With this PR in, once the feature is used to build runtimes, those will appear "invalid" unless users can find and use the right version. I have some ideas how to fix that cleanly but that still requires testing. |
Sorry, I mean this.
I think maybe we can close this PR. |
It would be nice to hear from @fewensa whether your "outlaw" solution 😄 is an acceptable workaround. |
I still hope to be implemented by srtool-actions, because this is more general. of course softlink it's works for me |