fix: disable WASM-dependent CI jobs and update syscalls
- tests.yml: disable quick-benchmarks (requires WASM) - build-publish-images.yml: disable all build jobs (require WASM) - Update execute-worker-syscalls and prepare-worker-syscalls All disabled due to serde_core + Rust 1.88 + wasm32 bug. Tracking: https://github.com/pezkuwichain/pezkuwi-sdk/issues/358
This commit is contained in:
@@ -19,9 +19,11 @@ jobs:
|
||||
uses: ./.github/workflows/reusable-preflight.yml
|
||||
|
||||
# This job runs all benchmarks defined in the `/bin/node/runtime` once to check that there are no errors.
|
||||
# TEMPORARILY DISABLED: Requires WASM but serde_core + Rust 1.88 + wasm32 bug prevents WASM build
|
||||
# Tracking: https://github.com/pezkuwichain/pezkuwi-sdk/issues/358
|
||||
quick-benchmarks:
|
||||
needs: [preflight]
|
||||
if: ${{ needs.preflight.outputs.changes_rust }}
|
||||
if: false # Disabled until serde_core upstream fix
|
||||
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
||||
timeout-minutes: 45
|
||||
container:
|
||||
@@ -32,9 +34,6 @@ jobs:
|
||||
WASM_BUILD_NO_COLOR: 1
|
||||
WASM_BUILD_RUSTFLAGS: "-C debug-assertions -D warnings"
|
||||
CARGO_INCREMENTAL: 0
|
||||
# Temporary: Skip WASM build due to serde_core + Rust 1.88 + WASM bug
|
||||
# Tracking: https://github.com/pezkuwichain/pezkuwi-sdk/issues/358
|
||||
SKIP_WASM_BUILD: 1
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
|
||||
Reference in New Issue
Block a user