feat: migrate forc-node from sway to forc monorepo#819
Merged
Conversation
Update fuelup to source forc-node from FuelLabs/forc starting with version 0.71.0, with version-based routing to maintain backward compatibility for older versions from the sway repository.
PR SummaryMigrates
Written by Cursor Bugbot for commit e9485b5. This will update automatically on new commits. Configure here. |
Contributor
kayagokalp
approved these changes
Jan 13, 2026
JoshuaBatty
added a commit
to FuelLabs/fuel.nix
that referenced
this pull request
Jan 15, 2026
## Summary Migrates `forc-node` package support from the `sway` repository to the `forc` monorepo, effective from version 0.71.0 onwards. This follows the same pattern established in #205 for `forc-crypto`. ## Changes - **refresh-manifests.sh**: Added `pkg_forc_node` with legacy repo routing (sway < 0.71.0, forc >= 0.71.0) - **patches.nix**: - Added `forc-node` to `forc-plugins` list for openssl dependencies - Added `buildAndTestSubdir` patch for forc monorepo builds - Added clang/rocksdb dependencies required for fuel-core bindings - **packages.md**: Added forc-node to documentation ## Related PRs - forc: [FuelLabs/forc#130](FuelLabs/forc#130) - Migrate forc-node from sway repo - fuelup: [FuelLabs/fuelup#819](FuelLabs/fuelup#819) - Migrate forc-node from sway to forc monorepo - sway-nightly-binaries: [FuelLabs/sway-nightly-binaries#81](FuelLabs/sway-nightly-binaries#81) - Migrate forc-node nightly builds ## RFC [FuelLabs/sway-rfcs#49](FuelLabs/sway-rfcs#49) - Tooling Monorepo RFC --------- Co-authored-by: GitHub Action <action@github.com>
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.
Summary
This PR enables fuelup to source
forc-nodefrom theFuelLabs/forcmonorepo starting with version 0.71.0, following the ongoing migration of Fuel tooling as outlined in the RFC.Changes
components.tomlwith forc-node migration configtag_for_version()to handleforc-nodetags in forc monorepoVersion Routing
forc-binaries-{target}.tar.gzv{version}forc-node-{version}-{target}.tar.gzforc-node-{version}Related PRs
This is part of the broader effort to migrate Fuel tooling from the sway monorepo to the forc monorepo:
forc-nodefrom theswayrepo forc#130forc-walletmigration from standalone repo toforcmonorepo #807 (forc-wallet migration)forc-cryptofrom sway to forc monorepo #808 (forc-crypto migration)