mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-20 23:26:41 +02:00
🐛 fix(matrix-mana-bot): resolve QEMU emulation failure in CI
- Build matrix-mana-bot only for linux/amd64 (arm64 fails due to QEMU) - Move pnpm overrides for cpu-features and ssh2 to root package.json - These native deps cause illegal instruction errors under QEMU emulation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
8cd5021b50
commit
ab49be0bee
20 changed files with 1984 additions and 402 deletions
|
|
@ -281,6 +281,14 @@
|
|||
"@sveltejs/vite-plugin-svelte>vite": ">=6.0.0",
|
||||
"@sveltejs/vite-plugin-svelte-inspector>vite": ">=6.0.0"
|
||||
}
|
||||
},
|
||||
"neverBuiltDependencies": [
|
||||
"cpu-features",
|
||||
"ssh2"
|
||||
],
|
||||
"overrides": {
|
||||
"cpu-features": "npm:empty-npm-package@1.0.0",
|
||||
"ssh2": "npm:empty-npm-package@1.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue