mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
upgrade a few dependencies (#7831)
* upgrade a few dependencies * make it compile at the expense of duplicate deps * fix web-wasm and a warning * introduce activate-wasm-bindgen-features crate * Revert "introduce activate-wasm-bindgen-features crate" This reverts commit 5a6e41e683f8a4844c0a735dcd08caabb2313f11. * add getrandom feature to sc-consensus-aura
This commit is contained in:
@@ -303,13 +303,8 @@ check-web-wasm:
|
||||
script:
|
||||
# WASM support is in progress. As more and more crates support WASM, we
|
||||
# should add entries here. See https://github.com/paritytech/substrate/issues/2416
|
||||
- time cargo build --target=wasm32-unknown-unknown -p sp-io
|
||||
- time cargo build --target=wasm32-unknown-unknown -p sp-runtime
|
||||
- time cargo build --target=wasm32-unknown-unknown -p sp-std
|
||||
- time cargo build --target=wasm32-unknown-unknown -p sc-consensus-aura
|
||||
- time cargo build --target=wasm32-unknown-unknown -p sc-consensus-babe
|
||||
- time cargo build --target=wasm32-unknown-unknown -p sp-consensus
|
||||
- time cargo build --target=wasm32-unknown-unknown -p sc-telemetry
|
||||
# Note: we don't need to test crates imported in `bin/node/cli`
|
||||
- time cargo build --manifest-path=client/consensus/aura/Cargo.toml --target=wasm32-unknown-unknown --features getrandom
|
||||
# Note: the command below is a bit weird because several Cargo issues prevent us from compiling the node in a more straight-forward way.
|
||||
- time cargo +nightly build --manifest-path=bin/node/cli/Cargo.toml --no-default-features --features browser --target=wasm32-unknown-unknown -Z features=itarget
|
||||
# with-tracing must be explicitly activated, we run a test to ensure this works as expected in both cases
|
||||
|
||||
Reference in New Issue
Block a user