-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(ci): fix building toolchain #1996
Closed
NathanFlurry
wants to merge
13
commits into
02-03-feat_hub_add_dedicated_name_column_for_actors_builds
from
02-03-fix_ci_fix_building_toolchain
Closed
fix(ci): fix building toolchain #1996
NathanFlurry
wants to merge
13
commits into
02-03-feat_hub_add_dedicated_name_column_for_actors_builds
from
02-03-fix_ci_fix_building_toolchain
Conversation
This file contains 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
This was referenced Feb 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
Reorganized Node.js toolchain setup sequence in the release workflow to ensure proper initialization order.
- Moved
corepack enable
after Node.js setup insetup
,binaries
, anddocker
jobs in.github/workflows/release.yaml
- Ensures corepack (Node.js package manager tool) is enabled only after Node.js environment is properly initialized
- Maintains consistent toolchain setup sequence across all build jobs
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
ace3774
to
ea6e7b8
Compare
Deploying rivet with
|
Latest commit: |
eed1b99
|
Status: | ✅ Deploy successful! |
Preview URL: | https://b561ef0c.rivet.pages.dev |
Branch Preview URL: | https://02-03-fix-ci-fix-building-to.rivet.pages.dev |
Deploying rivet-hub with
|
Latest commit: |
3a44448
|
Status: | ✅ Deploy successful! |
Preview URL: | https://d030ad77.rivet-hub-7jb.pages.dev |
Branch Preview URL: | https://02-03-fix-ci-fix-building-to.rivet-hub-7jb.pages.dev |
3de4cb0
to
f7c29af
Compare
322d2c8
to
537f3d9
Compare
07c44f5
to
447bd52
Compare
Release-As: 25.1.0-rc.2
Release-As: 25.1.0-rc.1
Release-As: 25.1.0-rc.1
Release-As: 25.1.0-rc.2
Release-As: 25.1.0-rc.2
42cffbb
to
07979e2
Compare
Release-As: 25.1.0-rc.2
07979e2
to
d556449
Compare
Release-As: 25.1.0
Merge activity
|
graphite-app bot
pushed a commit
that referenced
this pull request
Feb 4, 2025
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
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.
Changes