Some checks failed
CI/CD / lint (push) Successful in 41s
CI/CD / test (push) Successful in 54s
CI/CD / typecheck (push) Successful in 10m56s
CI/CD / build (push) Successful in 1m10s
CI/CD / docker (push) Failing after 27s
CI/CD / publish-rpm (push) Successful in 36s
CI/CD / deploy (push) Has been skipped
The local build-rpm.sh successfully uses pnpm's node_modules with bun compile. The CI was unnecessarily replacing node_modules with bun install, which broke transitive workspace dependency resolution. Match the working local approach instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>