fix: disable prepare-*-zombienet-artifacts jobs due to serde_core bug

These jobs require wasm32v1-none target which triggers serde_core +
Rust 1.88 duplicate lang item bug. Also bridges/testing directory
doesn't exist in the repo causing prepare-bridges-zombienet-artifacts
to fail.

Disabled:
- prepare-bridges-zombienet-artifacts
- prepare-pezkuwi-zombienet-artifacts
- prepare-pezcumulus-zombienet-artifacts
- prepare-teyrchain-templates-zombienet-artifacts

Tracking: https://github.com/pezkuwichain/pezkuwi-sdk/issues/358
This commit is contained in:
2026-01-28 10:08:34 +03:00
parent 13c7c9251b
commit 4591d0694c
@@ -340,11 +340,15 @@ jobs:
### Build zombienet test artifacts ########################
# TEMPORARILY DISABLED: wasm32v1-none target causes serde_core + Rust 1.88 bug
# Also bridges/testing directory doesn't exist in the repo
# Tracking: https://github.com/pezkuwichain/pezkuwi-sdk/issues/358
#
#
#
prepare-bridges-zombienet-artifacts:
needs: [preflight]
if: false # Disabled until serde_core upstream fix
runs-on: ${{ needs.preflight.outputs.RUNNER }}
timeout-minutes: 60
container:
@@ -372,11 +376,14 @@ jobs:
path: artifacts.tar
retention-days: 1
# TEMPORARILY DISABLED: wasm32v1-none target causes serde_core + Rust 1.88 bug
# Tracking: https://github.com/pezkuwichain/pezkuwi-sdk/issues/358
#
#
#
prepare-pezkuwi-zombienet-artifacts:
needs: [preflight]
if: false # Disabled until serde_core upstream fix
runs-on: ${{ needs.preflight.outputs.RUNNER }}
timeout-minutes: 60
container:
@@ -404,11 +411,14 @@ jobs:
path: artifacts.tar
retention-days: 1
# TEMPORARILY DISABLED: wasm32v1-none target causes serde_core + Rust 1.88 bug
# Tracking: https://github.com/pezkuwichain/pezkuwi-sdk/issues/358
#
#
#
prepare-pezcumulus-zombienet-artifacts:
needs: [preflight]
if: false # Disabled until serde_core upstream fix
runs-on: ${{ needs.preflight.outputs.RUNNER }}
timeout-minutes: 60
container:
@@ -436,8 +446,11 @@ jobs:
path: artifacts.tar
retention-days: 1
# TEMPORARILY DISABLED: wasm32v1-none target causes serde_core + Rust 1.88 bug
# Tracking: https://github.com/pezkuwichain/pezkuwi-sdk/issues/358
prepare-teyrchain-templates-zombienet-artifacts:
needs: [preflight]
if: false # Disabled until serde_core upstream fix
runs-on: ${{ needs.preflight.outputs.RUNNER }}
timeout-minutes: 60
container: