You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The getting started script introduced in #4879 is great, but it installs the latest rust verison by default, and this sometimes yields to warnings when compiling polkadot-sdk. It would be great to use the version that is expected to pass the CI.
The text was updated successfully, but these errors were encountered:
kianenigma
added
the
D0-easy
Can be fixed primarily by duplicating and adapting code by an intermediate coder.
label
Aug 6, 2024
kianenigma
changed the title
Startup script: Use the official rust version of polkadot-sdk
Startup script: Use the CI rust version of polkadot-sdk
Aug 6, 2024
Hello @kianenigma - I've come up with a solution that fetches the version directly from the file using grep/cut. Please let me know if perhaps I misunderstood or if you would like more functionality :)
The getting started script introduced in #4879 is great, but it installs the latest rust verison by default, and this sometimes yields to warnings when compiling
polkadot-sdk
. It would be great to use the version that is expected to pass the CI.This is visible in https://github.com/paritytech/polkadot-sdk/blob/master/.github/env, but perhaps it can be stored somewhere a bit more visible.
The text was updated successfully, but these errors were encountered: