Skip to content

feat(napi): add x86_64-unknown-freebsd and riscv64gc-unknown-linux-gnu builds#10886

Merged
Boshen merged 1 commit intomainfrom
release-napi
May 8, 2025
Merged

feat(napi): add x86_64-unknown-freebsd and riscv64gc-unknown-linux-gnu builds#10886
Boshen merged 1 commit intomainfrom
release-napi

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented May 8, 2025

closes #10822

@graphite-app
Copy link
Contributor

graphite-app bot commented May 8, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@Boshen Boshen marked this pull request as ready for review May 8, 2025 10:03
Copilot AI review requested due to automatic review settings May 8, 2025 10:03
@github-actions github-actions bot added the C-enhancement Category - New feature or request label May 8, 2025
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 PR adds support for new build targets by updating the package.json files and modifying the GitHub Actions workflow to include both the x86_64-unknown-freebsd and riscv64gc-unknown-linux-gnu builds.

  • Added new target entries ("x86_64-unknown-freebsd" and "riscv64gc-unknown-linux-gnu") in the package.json files for transform, parser, and minify.
  • Updated the reusable_release_napi workflow to adjust build names and define a separate FreeBSD build job.

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
napi/transform/package.json Added new build targets.
napi/parser/package.json Added new build targets.
napi/minify/package.json Added new build targets.
.github/workflows/reusable_release_napi.yml Updated build job configurations and added a FreeBSD build job.

@Boshen Boshen merged commit 308fe73 into main May 8, 2025
16 checks passed
@Boshen Boshen deleted the release-napi branch May 8, 2025 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-enhancement Category - New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

napi: provide more native builds

2 participants