From 2587619c234baf4ac4e39ed276c6c33496e413f3 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Wed, 28 Jan 2026 10:08:34 +0300 Subject: [PATCH] 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 --- .github/workflows/build-publish-images.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/build-publish-images.yml b/.github/workflows/build-publish-images.yml index 26640aac..ee4761c7 100644 --- a/.github/workflows/build-publish-images.yml +++ b/.github/workflows/build-publish-images.yml @@ -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: