paritytech / subxt

Interact with Substrate based nodes in Rust or WebAssembly
Other
425 stars 248 forks source link

Subxt integration tests failed against latest Substrate build. #1876

Open github-actions[bot] opened 4 hours ago

github-actions[bot] commented 4 hours ago

The nightly CI run which downloads the latest version of Substrate ran into test failures, which likely means that there are breaking changes that need fixing in Subxt.

Go to https://github.com/paritytech/subxt/actions/workflows/nightly.yml to see details about the failure.

niklasad1 commented 4 hours ago

The workflow failed because we failed to build the substrate binary:https://github.com/paritytech/subxt/actions/runs/12111552873 failed to build custom command for pallet-revive-fixtures

Maybe related https://github.com/paritytech/polkadot-sdk/issues/6247, perhaps we should try to install rust-src or downgrade the rustc toolchain.. probably something with risc-v build script

niklasad1 commented 1 hour ago

/cc @pgherveou any ideas? :)

pgherveou commented 1 hour ago

Sorry traveling now I think you do need rust-src with some of the latest updates cc @athei