Skip to content

feat(hermes): add pr2047 armv7 fork-name ci patch#52

Merged
ramonclaudio merged 3 commits into
mainfrom
feat/hermes-pr2047
Jun 4, 2026
Merged

feat(hermes): add pr2047 armv7 fork-name ci patch#52
ramonclaudio merged 3 commits into
mainfrom
feat/hermes-pr2047

Conversation

@ramonclaudio

Copy link
Copy Markdown
Owner

Add the hermes source patch for facebook/hermes#2047, a fork-safety fix for the test-linux-armv7 CI job.

The job hardcodes the source dir (cmake -S hermes, python3 hermes/utils/...), and uses actions/checkout@v1 without path: (v4 breaks in the arm32 container, actions/checkout#334), so the checkout dir takes the repo name and the job fails on any fork not named hermes. The patch swaps the hardcoded hermes for ${{ github.event.repository.name }}: unchanged on facebook/hermes, correct on forks. Apply with git apply against a facebook/hermes checkout.

  • add packages/hermes/hermes-pr2047.patch
  • add the hermes row to the Open table

@ramonclaudio ramonclaudio changed the base branch from feat/hermes-pr2046 to main June 4, 2026 20:13
@ramonclaudio ramonclaudio merged commit e52dd5c into main Jun 4, 2026
@ramonclaudio ramonclaudio deleted the feat/hermes-pr2047 branch June 4, 2026 20:14
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