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:
2026-01-28 08:10:10 +03:00
parent 225854c609
commit 77712f7a99
4 changed files with 21 additions and 15 deletions
@@ -13,11 +13,13 @@
13 (rt_sigaction)
14 (rt_sigprocmask)
15 (rt_sigreturn)
16 (ioctl)
20 (writev)
22 (pipe)
24 (sched_yield)
25 (mremap)
28 (madvise)
33 (dup2)
34 (pause)
39 (getpid)
41 (socket)
@@ -67,4 +69,3 @@
302 (prlimit64)
309 (getcpu)
318 (getrandom)
319 (memfd_create)