Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

electron-builder: Don't create differential update blockmaps #1139

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DeeDeeG
Copy link
Member

@DeeDeeG DeeDeeG commented Nov 20, 2024

They are extremely computationally intensive to make, and we don't even use them. Use these undocumented config options to skip making them entirely.

Source (where I learned about these config options): github[dot]com/electron-userland/electron-builder/issues/2900#issuecomment-730571696

By the way, the impetus for disabling these is that macOS 13 CI keeps failing at the blockmap creation step. We want successful binary builds in CI!

Note: There apparently is no way to disable blockmaps for the .zip target on macOS. Only for the macOS .dmg and the Windows NSIS targets.

They are *extremely* computationally intensive to make, and we don't
even use them. Use these undocumented config options
to skip making them entirely.

Source (where I learned about these config options):
github[dot]com/electron-userland/electron-builder/issues/2900#issuecomment-730571696

By the way, the impetus for disabling these is that macOS 13 CI keeps
failing at the blockmap creation step. We want successful binary builds
in CI!

Note: There apparently is no way to disable blockmaps for the .zip
target on macOS. Only for the macOS .dmg and the Windows NSIS targets.
@DeeDeeG DeeDeeG marked this pull request as ready for review November 25, 2024 19:13
@DeeDeeG DeeDeeG changed the title [DRAFT] electron-builder: Don't create differential update blockmaps electron-builder: Don't create differential update blockmaps Nov 25, 2024
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