Replies: 6 comments 8 replies
-
So for REH you'd adjust the start script to do something like That would work and also allow for system installs from the package manager (or is there aa problem with that), correct? The only downside is that a REH install consists of two downloads - to support all contexts care must be taken to also allow a manual download of the node parts. ... but then again: why not just bundling the glibc-217 version in general? After all it is included in the "official unofficial releases" - https://unofficial-builds.nodejs.org/download/release/v18.17.1/node-v18.17.1-linux-x64-glibc-217.tar.xz (it is still included in v23 so we should be able to just drop the matching version in) As another alternative, we could package two REH builds, one x64 and one x64-glibc-217. |
Beta Was this translation helpful? Give feedback.
-
Only x64 has an unofficial
I was thinking to activate the download of node only it's not present. So it can be done manually before the server is launched once. |
Beta Was this translation helpful? Give feedback.
-
What's the plan for vscodium once vscode drops official support in February? I would go the same way vscode does, here's the discussion issue microsoft/vscode#206790 |
Beta Was this translation helpful? Give feedback.
-
@GitMensch Following #2157, I was wondering if the
I will try to work on it this week-end. |
Beta Was this translation helpful? Give feedback.
-
Is the node at the root of REH the only binary that needs to be symlinked? I did that with nodejs 18, 19, and 23, and I can't get a terminal. |
Beta Was this translation helpful? Give feedback.
-
I've updated to
So there won't be any nodejs download. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Due to compatibility with older libc, REH is still using Node-v16.
I was wondering if it will be good idea:
node
@GitMensch @lex-ibm @jeanp413 Would that be ok for you?
Related Issues: #2021 #2125
Beta Was this translation helpful? Give feedback.
All reactions