fix: add SKIP_WASM_BUILD to build-runtimes-polkavm job
This job tests PolkaVM (RISC-V) target, not WASM. Skip WASM build to avoid serde_core duplicate lang item error with Rust 1.88. Tracking: https://github.com/pezkuwichain/pezkuwi-sdk/issues/358
This commit is contained in:
@@ -49,6 +49,9 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
BIZINIKIWI_RUNTIME_TARGET: riscv
|
BIZINIKIWI_RUNTIME_TARGET: riscv
|
||||||
|
# Skip WASM build - this job tests PolkaVM (RISC-V) target only
|
||||||
|
# Tracking: https://github.com/pezkuwichain/pezkuwi-sdk/issues/358
|
||||||
|
SKIP_WASM_BUILD: 1
|
||||||
id: required
|
id: required
|
||||||
run: cargo check -p pez-minimal-template-runtime -p zagros-runtime -p pezkuwichain-runtime -p pezkuwi-test-runtime
|
run: cargo check -p pez-minimal-template-runtime -p zagros-runtime -p pezkuwichain-runtime -p pezkuwi-test-runtime
|
||||||
- name: Stop all workflows if failed
|
- name: Stop all workflows if failed
|
||||||
|
|||||||
Reference in New Issue
Block a user