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
Srtool failed within the release workflow with this error
β π§° Substrate Runtime Toolbox - srtool v0.16.0 π§°
β - by Chevdor -
info: override toolchain for'/build'set to '1.81.0-x86_64-unknown-linux-gnu'
β π Building tfchain-runtime as release using rustc 1.81.0 (eeb90cda1 2024-09-04)
β β³ That can take a little while, be patient... subsequent builds may be faster.
β Since you have to wait a little, you may want to learn more about Substrate runtimes:
β https://docs.substrate.io/learn/architecture/
β Updating crates.io index
β Updating git repository `[https://github.com/paritytech/polkadot-sdk`](https://github.com/paritytech/polkadot-sdk%60) β Updating git repository `[https://github.com/encointer/substrate-fixed.git`](https://github.com/encointer/substrate-fixed.git%60) β Updating git repository `[https://github.com/pendulum-chain/substrate-stellar-sdk`](https://github.com/pendulum-chain/substrate-stellar-sdk%60) β Updating git repository `[https://github.com/w3f/ring-vrf`](https://github.com/w3f/ring-vrf%60) β error: no matching package named `bandersnatch_vrfs` found β location searched: https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b β required by package `sp-core v21.0.0 (https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.1.0#f60318f6)` β ... which satisfies git dependency `sp-core` (locked to 21.0.0) of package `tfchain v2.9.2 (/build/node)` parse error: Invalid numeric literal at line 1, column 4 Error: Process completed with exit code 4.
The text was updated successfully, but these errors were encountered:
Update:
I was able to reproduce the issue locally using Act for further debugging.
The Srtool-Action, by default, pulls the latest Srtool image, which was recently updated to 1.81.0. This version uses rustc 1.81.0 to build the TFChain runtime. However, TFChain and polkadot-sdk 1.1.0, which we're currently using, were tested with rustc 1.70.0. The last known working Srtool version from our actions log is 1.77.0.
We should probably pin this version for now, as we are not up to date with polkadot-sdk upstream.
Describe the bug
Srtool failed within the release workflow with this error
The text was updated successfully, but these errors were encountered: