Skip to content

Comments

refactor: pull dmgbuild from repo#291949

Merged
joaomoreno merged 4 commits intomainfrom
robo/refactor_dmgbuild_dependency
Feb 20, 2026
Merged

refactor: pull dmgbuild from repo#291949
joaomoreno merged 4 commits intomainfrom
robo/refactor_dmgbuild_dependency

Conversation

@deepak1556
Copy link
Collaborator

No description provided.

@deepak1556 deepak1556 added this to the February 2026 milestone Jan 30, 2026
@deepak1556 deepak1556 self-assigned this Jan 30, 2026
Copilot AI review requested due to automatic review settings January 30, 2026 18:23
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request refactors the DMG creation process for macOS builds by removing the dmg-builder npm package dependency and replacing it with a direct integration of dmgbuild from its GitHub repository. The changes involve setting up a Python virtual environment, cloning dmgbuild from source, and converting the settings format from JSON to Python.

Changes:

  • Removed dmg-builder npm dependency from build/package.json and all its transitive dependencies from build/package-lock.json
  • Refactored build/darwin/create-dmg.ts to clone dmgbuild from GitHub, set up a Python virtual environment, and invoke dmgbuild directly
  • Updated Azure Pipeline configurations to remove the manual pyobjc-framework-Quartz installation step
  • Added .dmgbuild directory to .gitignore to exclude the cloned repository and virtual environment

Reviewed changes

Copilot reviewed 4 out of 6 changed files in this pull request and generated 8 comments.

Show a summary per file
File Description
build/package.json Removed dmg-builder dependency
build/package-lock.json Removed dmg-builder and all transitive dependencies (approximately 250+ packages)
build/darwin/create-dmg.ts Complete refactor to clone and use dmgbuild from GitHub with Python venv
build/azure-pipelines/darwin/steps/product-build-darwin-compile.yml Removed manual pyobjc-framework-Quartz installation
build/azure-pipelines/darwin/product-build-darwin-universal.yml Removed manual pyobjc-framework-Quartz installation
.gitignore Added build/darwin/.dmgbuild to ignore list

@deepak1556 deepak1556 force-pushed the robo/refactor_dmgbuild_dependency branch 2 times, most recently from 34c8011 to 98538f0 Compare February 3, 2026 17:56
@deepak1556 deepak1556 force-pushed the robo/refactor_dmgbuild_dependency branch from 98538f0 to 7da9a72 Compare February 20, 2026 07:09
@deepak1556
Copy link
Collaborator Author

@deepak1556 deepak1556 force-pushed the robo/refactor_dmgbuild_dependency branch from 6339e5d to 76eb95b Compare February 20, 2026 08:40
@deepak1556 deepak1556 marked this pull request as ready for review February 20, 2026 08:42
@deepak1556 deepak1556 enabled auto-merge (squash) February 20, 2026 08:42
@vs-code-engineering
Copy link

📬 CODENOTIFY

The following users are being notified based on files changed in this PR:

@lszomoru

Matched files:

  • build/azure-pipelines/darwin/product-build-darwin-universal.yml
  • build/azure-pipelines/darwin/steps/product-build-darwin-compile.yml

@deepak1556 deepak1556 disabled auto-merge February 20, 2026 08:45
@joaomoreno joaomoreno merged commit 61a6cf5 into main Feb 20, 2026
18 checks passed
@joaomoreno joaomoreno deleted the robo/refactor_dmgbuild_dependency branch February 20, 2026 09:14
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.

3 participants