File tree Expand file tree Collapse file tree 2 files changed +1794
-624
lines changed Expand file tree Collapse file tree 2 files changed +1794
-624
lines changed Original file line number Diff line number Diff line change 7272 cargo build --release -p ac-examples-wasm --examples --target wasm32-unknown-unknown,
7373
7474 # Test for 32 bit and wasm32-wasip1 compatibility
75- cargo build -p substrate-api-client --target wasm32-wasip1 --no-default-features --features std --features staking-xt --features contracts-xt --features sync-api,
75+ # As of PR https://github.com/scs/substrate-api-client/pull/858 this check fails
76+ # See https://github.com/scs/substrate-api-client/issues/513 for more infos.
77+ # cargo build -p substrate-api-client --target wasm32-wasip1 --no-default-features --features std --features staking-xt --features contracts-xt --features sync-api,
7678
7779 # Compile examples and integration test separately to ensure features are not cross-imported
7880 cargo test --release -p ac-examples-async,
You can’t perform that action at this time.
0 commit comments