-
-
Notifications
You must be signed in to change notification settings - Fork 32
Release 1.5.1 patch version #82
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
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
|
@conda-forge-admin please rerender |
|
|
||
| export DISABLE_V8_COMPILE_CACHE=1 | ||
|
|
||
| # Limit Node.js memory usage to prevent OOM kills |
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.
would be good to link a failed run here for context
| jq 'del(.dependencies."@vscode/ripgrep")' package.json.orig > package.json | ||
|
|
||
| yarn install | ||
| yarn install --network-concurrency 1 |
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.
we should add comment noting how this helps
| - NODE_OPTIONS=--max-old-space-size=4096 | ||
| - UV_THREADPOOL_SIZE=4 |
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.
to check if this has to be specified both in meta.yaml and build.sh
Checklist
0(if the version changed) - Instead we are 1:1 with https://github.com/aws/sagemaker-code-editor/ using 1.5.1conda-smithy(Use the phrase@conda-forge-admin, please rerenderin a comment in this PR for automated rerendering)-->
Unsure which checkboxes above I need for this change
PR Summary
Fixes build failures caused by memory exhaustion during webpack bundling step.