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:
2026-01-28 05:19:58 +03:00
parent 36b724ec4f
commit d1f9436bbf
+3
View File
@@ -49,6 +49,9 @@ jobs:
- name: Build
env:
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
run: cargo check -p pez-minimal-template-runtime -p zagros-runtime -p pezkuwichain-runtime -p pezkuwi-test-runtime
- name: Stop all workflows if failed