mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 17:31:03 +00:00
Enable wasmtime only for x86_64 in substrate node (#5432)
* Enable `wasmtime` only for `x86_64` in substrate node When using the new feature of cargo `cargo build -Z features=itarget`, the `wasmtime` feature will not bleed into the build for other architectures. * Use new cargo feature in CI
This commit is contained in:
@@ -328,7 +328,7 @@ check-web-wasm:
|
||||
- time cargo build --target=wasm32-unknown-unknown -p sp-consensus
|
||||
- time cargo build --target=wasm32-unknown-unknown -p sc-telemetry
|
||||
# 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 build --manifest-path=bin/node/cli/Cargo.toml --no-default-features --features "browser" --target=wasm32-unknown-unknown
|
||||
- time cargo +nightly build --manifest-path=bin/node/cli/Cargo.toml --no-default-features --features "browser" --target=wasm32-unknown-unknown -Z features=itarget
|
||||
- sccache -s
|
||||
|
||||
test-full-crypto-feature:
|
||||
|
||||
Reference in New Issue
Block a user