File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ check-runtimes:
5151.PHONY : check-benchmarks
5252check-benchmarks :
5353 SKIP_WASM_BUILD= cargo check --features wasm-bench --package module-evm
54- SKIP_WASM_BUILD= cargo check --features runtime-benchmarks --no-default-features --target=wasm32v1-none -p mandala-runtime
55- SKIP_WASM_BUILD= cargo check --features runtime-benchmarks --no-default-features --target=wasm32v1-none -p karura-runtime
56- SKIP_WASM_BUILD= cargo check --features runtime-benchmarks --no-default-features --target=wasm32v1-none -p acala-runtime
54+ RUSTFLAGS= " ${RUSTFLAGS :- } --cfg substrate_runtime " SKIP_WASM_BUILD= cargo check --features runtime-benchmarks --no-default-features --target=wasm32v1-none -p mandala-runtime
55+ RUSTFLAGS= " ${RUSTFLAGS :- } --cfg substrate_runtime " SKIP_WASM_BUILD= cargo check --features runtime-benchmarks --no-default-features --target=wasm32v1-none -p karura-runtime
56+ RUSTFLAGS= " ${RUSTFLAGS :- } --cfg substrate_runtime " SKIP_WASM_BUILD= cargo check --features runtime-benchmarks --no-default-features --target=wasm32v1-none -p acala-runtime
5757
5858.PHONY : check-integration-tests
5959check-integration-tests :
You can’t perform that action at this time.
0 commit comments