FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

build(desktop): fix Windows asar paths and Rosetta timeout in publish checks by paustint · Pull Request #2017 · jetstreamapp/jetstream · GitHub

build(desktop): fix Windows asar paths and Rosetta timeout in publish checks - #2017

Open
paustint wants to merge 1 commit into
mainfrom
chore/fix-desktop-smoke-test
Open

build(desktop): fix Windows asar paths and Rosetta timeout in publish checks#2017
paustint wants to merge 1 commit into
mainfrom
chore/fix-desktop-smoke-test

Conversation

Copy link
Copy Markdown
Contributor

The desktop-v4.13.0 publish failed on both platforms on the first real run of the new afterPack checks, with no actual packaging defect. On Windows the closure verifier passed posix-style paths to asar.extractFile, which splits archive lookups on path.sep, so the very first dependency read appeared missing. On macOS the x64 smoke test runs under Rosetta 2 on the arm64 runner, and first-launch binary translation ate ~80s of the 90s budget; the launch timeout is now 300s (real post-boot hangs are still caught by the in-app 30s renderer timer). Also drops NODE_OPTIONS from the smoke-test env to silence Electron's startup error about the disabled fuse.

Closes #2012 Closes #2013

… checks

The desktop-v4.13.0 publish failed on both platforms on the first real run
of the new afterPack checks, with no actual packaging defect. On Windows
the closure verifier passed posix-style paths to asar.extractFile, which
splits archive lookups on path.sep, so the very first dependency read
appeared missing. On macOS the x64 smoke test runs under Rosetta 2 on the
arm64 runner, and first-launch binary translation ate ~80s of the 90s
budget; the launch timeout is now 300s (real post-boot hangs are still
caught by the in-app 30s renderer timer). Also drops NODE_OPTIONS from the
smoke-test env to silence Electron's startup error about the disabled fuse.

Closes #2012
Closes #2013
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

Desktop publish failed (macOS): desktop-v4.13.0 Desktop publish failed (Windows): desktop-v4.13.0

1 participant


Back | FazBrowse Home | New Git URL