We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa5cc6 commit 65ff7f3Copy full SHA for 65ff7f3
codeserver/ubi9-python-3.12/get_code_server_rpm.sh
@@ -66,6 +66,8 @@ if [[ "$ARCH" == "amd64" || "$ARCH" == "arm64" ||"$ARCH" == "ppc64le" ]]; then
66
nvm use ${NODE_VERSION}
67
npm install
68
npm run build
69
+ # https://github.com/coder/code-server/pull/7418
70
+ export NODE_OPTIONS="--max-old-space-size=16384"
71
VERSION=${CODESERVER_VERSION/v/} npm run build:vscode
72
npm run release
73
npm run release:standalone
0 commit comments