-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat: upgrade to NAPI-RS 3 stable #6027
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6027 +/- ##
=======================================
Coverage 98.79% 98.79%
=======================================
Files 270 270
Lines 10583 10583
Branches 2823 2823
=======================================
Hits 10456 10456
Misses 87 87
Partials 40 40 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Nice, and the workflow improvements are really cool. There is just one job that stands out: The riscv64gc-unknown-linux-gnu build now takes over 20 minutes as opposed to less than 3 minutes it took before. Nearly all of this goes apparently to the installation of the additional dependency. If this is really needed, I wonder if we can switch to a pre-built docker image to handle this? Do you have any insights?
@lukastaegert I believe this is just a network flaky with GitHub Actions, it's only take Can you retry the build and let's see if the slow CI issue still occurs? |
# Conflicts: # package-lock.json # package.json
This PR has been released as part of rollup@4.45.3. You can test it via |
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.
Finish
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
Description
Upgrade to NAPI-RS 3.0, see https://napi.rs/blog/announce-v3 for more details