fix: fix missing module error on npm package#113
Merged
Merged
Conversation
jmagly
added a commit
to jmagly/carbonyl
that referenced
this pull request
Jun 1, 2026
release.yml now stages the macOS runtime alongside the Linux tarballs and mirrors it to GitHub with no manual steps. The aarch64-apple-darwin.tgz is pulled from the shared headless runtime-<hash> release (published by scripts/runtime-push.sh arm64 on mutsu), staged as carbonyl-<version>-aarch64-apple-darwin.tgz (+ .sha256), and carried by the existing Gitea-upload and GitHub-mirror loops with no further changes. Gated by a default-on include_macos workflow_dispatch toggle. When true (the default, including tag-push), a missing macOS runtime asset fails the release loudly with remediation guidance rather than silently shipping Linux-only; set include_macos=false for an interim Linux-only release. macOS is headless-only (no x11 variant). arm64-linux remains a separate triple, pending a published runtime (fathyb#116) before joining the matrix (fathyb#108). Refs fathyb#113, fathyb#67
jmagly
added a commit
to jmagly/carbonyl
that referenced
this pull request
Jun 1, 2026
…n release.yml Refs fathyb#113, fathyb#67
jmagly
added a commit
to jmagly/carbonyl
that referenced
this pull request
Jun 2, 2026
- RELEASE-v0.2.0-alpha.8.md: notes for the delta since alpha.7 — real accessibility-tree output for --dump-text=accessibility (fathyb#90), the net:: log-prefix fix (fathyb#97), and automated macOS release-asset staging (fathyb#113/fathyb#117). Chromium patch stack unchanged at 30. - package.json: 0.2.0-alpha.7 -> 0.2.0-alpha.8 (Cargo.toml version left as-is per convention; it is a runtime-hash input). - changelog.md: regenerated via git-cliff — adds the alpha.8 section and backfills the previously-missing alpha.7 section. - docs/ci-runner-mutsu.md: note that release.yml now auto-stages/mirrors the macOS asset; only the build trigger remains manual. Runtime hash for this release: 283ca65ffeeaa2dc. Cutting the v0.2.0-alpha.8 tag requires runtimes built for that hash (titan headless+x11; mutsu macOS, or cut with include_macos=false for a Linux-only release).
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related #107