Skip to content
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

fix: Fix build of the ms-vscode.js-debug extension #85

Merged

Conversation

RomanNikitenko
Copy link
Contributor

Build of the ms-vscode.js-debug extension is failing with the following error:

/ms-vscode.js-debug-src/ms-vscode.js-debug/node_modules/dprint/dprint: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /ms-vscode.js-debug-src/ms-vscode.js-debug/node_modules/dprint/dprint)

At the moment:

  • ubi8/nodejs-18:1-102 is used to build the extension.
  • ubi8/nodejs-18:1-102 image contains GLIBC 2.28
  • ms-vscode.js-debug requires GLIBC 2.29

I didn't find ubi8-based image with the corresponding GLIBC version,
so I propose to try ubi9-based image - it contains 2.34version.

@RomanNikitenko RomanNikitenko merged commit 85a99d3 into devspaces-3-rhel-9 Dec 17, 2024
@RomanNikitenko RomanNikitenko deleted the fix-ms-vscode-js-debug-build-rhel9 branch December 17, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants