Skip to content

feat(napi): add s390x-unknown-linux-gnu build#10892

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

feat(napi): add s390x-unknown-linux-gnu build#10892
Boshen merged 1 commit intomainfrom
release-napi

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented May 8, 2025

No description provided.

Copilot AI review requested due to automatic review settings May 8, 2025 12:03
@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.

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 implements support for the s390x-unknown-linux-gnu build for N-API by updating package.json files and the CI workflow configuration.

  • Added the "s390x-unknown-linux-gnu" target to the transform, parser, and minify package.json files.
  • Updated the CI workflow configuration to enable the s390x build using the appropriate build command and flags.

Reviewed Changes

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

File Description
napi/transform/package.json Added "s390x-unknown-linux-gnu" to the list of supported build targets.
napi/parser/package.json Added "s390x-unknown-linux-gnu" to the list of supported build targets.
napi/minify/package.json Added "s390x-unknown-linux-gnu" to the list of supported build targets.
.github/workflows/reusable_release_napi.yml Updated the workflow to uncomment and configure the s390x build target.

@github-actions github-actions bot added the C-enhancement Category - New feature or request label May 8, 2025
@Boshen Boshen merged commit 22ba60b into main May 8, 2025
15 checks passed
@Boshen Boshen deleted the release-napi branch May 8, 2025 12:13
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.

2 participants