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:
@@ -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)
|
||||
|
||||
@@ -14,18 +14,17 @@
|
||||
14 (rt_sigprocmask)
|
||||
15 (rt_sigreturn)
|
||||
16 (ioctl)
|
||||
19 (readv)
|
||||
20 (writev)
|
||||
22 (pipe)
|
||||
24 (sched_yield)
|
||||
25 (mremap)
|
||||
28 (madvise)
|
||||
33 (dup2)
|
||||
34 (pause)
|
||||
39 (getpid)
|
||||
41 (socket)
|
||||
42 (connect)
|
||||
45 (recvfrom)
|
||||
46 (sendmsg)
|
||||
56 (clone)
|
||||
57 (fork)
|
||||
60 (exit)
|
||||
@@ -42,7 +41,6 @@
|
||||
97 (getrlimit)
|
||||
98 (getrusage)
|
||||
99 (sysinfo)
|
||||
102 (getuid)
|
||||
110 (getppid)
|
||||
131 (sigaltstack)
|
||||
140 (getpriority)
|
||||
@@ -71,4 +69,3 @@
|
||||
302 (prlimit64)
|
||||
309 (getcpu)
|
||||
318 (getrandom)
|
||||
319 (memfd_create)
|
||||
|
||||
Reference in New Issue
Block a user