-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
doc,test: add documentation and test on how to use addons in SEA #59582
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
base: main
Are you sure you want to change the base?
Conversation
|
Review requested:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #59582 +/- ##
==========================================
+ Coverage 88.53% 88.55% +0.01%
==========================================
Files 703 703
Lines 208077 208077
Branches 40083 40086 +3
==========================================
+ Hits 184214 184253 +39
+ Misses 15881 15850 -31
+ Partials 7982 7974 -8 🚀 New features to boost your workflow:
|
|
Formatted the addon code and changed the test to use |
|
Forgot the |
|
Forgot to skip on ppc64le like what's done in #59563, added |
|
For some reason, this doesn't actually work on Linux arm64 - but only in the GitHub actions, and x64 Linux seems to work alright in GitHub actions, and in the Jenkins CI, both work alright. |
c434441 to
24e02c1
Compare
|
I poked at it a bit and it looks like the failure in the github actions on linux arm64 is a legit bug of postject - which only reproduces in a Linux arm64 container, but not on bare metal, or Linux x64. Opened nodejs/postject#105 |
a716236 to
f08434e
Compare
f08434e to
9a73fa3
Compare
|
Requirements for Using an Addon Plugin: 1. Webpack Configuration (
|
Fixes: #60611