Skip to content

[codex] Isolate Qwen source checkout in desktop release#12

Merged
DragonnZhang merged 1 commit into
mainfrom
dragon/isolate-qwen-source-checkout
Jun 8, 2026
Merged

[codex] Isolate Qwen source checkout in desktop release#12
DragonnZhang merged 1 commit into
mainfrom
dragon/isolate-qwen-source-checkout

Conversation

@DragonnZhang

Copy link
Copy Markdown
Collaborator

Summary

  • clone Qwen Code source_branch builds into runner.temp instead of under the OpenWork checkout
  • run qwen-code npm ci from that isolated checkout
  • pass the isolated checkout path through QWEN_CODE_ROOT for vendoring

Root cause

The workflow previously checked out qwen-code-source below the OpenWork workspace. After OpenWork ran bun install, TypeScript in qwen-code-source could walk up to the parent node_modules/@types tree and pick up OpenWork's @types/node, which can pollute Qwen Code source type checks.

Validation

  • ruby YAML parse for .github/workflows/desktop-release.yml
  • git diff --check

Note: this isolates the source checkout from OpenWork dependencies. If the selected Qwen Code ref has package.json and package-lock.json out of sync, npm ci will still fail correctly.

@DragonnZhang DragonnZhang marked this pull request as ready for review June 8, 2026 14:27
@DragonnZhang DragonnZhang merged commit 8ac81e9 into main Jun 8, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant