Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit e5e7606

Browse files
author
Andronik Ordian
authored
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 5a6e41e. * add getrandom feature to sc-consensus-aura
1 parent 762f4b0 commit e5e7606

File tree

58 files changed

+253
-201
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+253
-201
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -303,13 +303,8 @@ check-web-wasm:
303303
script:
304304
# WASM support is in progress. As more and more crates support WASM, we
305305
# should add entries here. See https://github.com/paritytech/substrate/issues/2416
306-
- time cargo build --target=wasm32-unknown-unknown -p sp-io
307-
- time cargo build --target=wasm32-unknown-unknown -p sp-runtime
308-
- time cargo build --target=wasm32-unknown-unknown -p sp-std
309-
- time cargo build --target=wasm32-unknown-unknown -p sc-consensus-aura
310-
- time cargo build --target=wasm32-unknown-unknown -p sc-consensus-babe
311-
- time cargo build --target=wasm32-unknown-unknown -p sp-consensus
312-
- time cargo build --target=wasm32-unknown-unknown -p sc-telemetry
306+
# Note: we don't need to test crates imported in `bin/node/cli`
307+
- time cargo build --manifest-path=client/consensus/aura/Cargo.toml --target=wasm32-unknown-unknown --features getrandom
313308
# Note: the command below is a bit weird because several Cargo issues prevent us from compiling the node in a more straight-forward way.
314309
- time cargo +nightly build --manifest-path=bin/node/cli/Cargo.toml --no-default-features --features browser --target=wasm32-unknown-unknown -Z features=itarget
315310
# with-tracing must be explicitly activated, we run a test to ensure this works as expected in both cases

0 commit comments

Comments
 (0)