no armhf release for linux #824

Closed
opened 2025-09-10 23:47:54 -05:00 by giteasync · 7 comments
Owner

Originally created by @theofficialgman on GitHub.

Describe the bug
latest release is missing armhf linux builds

Originally created by @theofficialgman on GitHub. **Describe the bug** latest release is missing armhf linux builds
giteasync added the
bug
label 2025-09-10 23:47:54 -05:00
Author
Owner

@theofficialgman commented on GitHub:

@daiyam ^

@theofficialgman commented on GitHub: @daiyam ^
Author
Owner

@theofficialgman commented on GitHub:

/github/home/.cache/node-gyp/17.4.1/include/node/v8-internal.h:112:1: error: static assertion failed: Pointer compression can be enabled only for 64-bit architectures

ok, so do what the error says then in all the 32bit releases. disable pointer compression for 32bit builds
3bc23f555a/common.gypi (L63-L67)

@theofficialgman commented on GitHub: ``` /github/home/.cache/node-gyp/17.4.1/include/node/v8-internal.h:112:1: error: static assertion failed: Pointer compression can be enabled only for 64-bit architectures ``` ok, so do what the error says then in all the 32bit releases. disable pointer compression for 32bit builds https://github.com/nodejs/node/blob/3bc23f555a8501f5bb37a78cbe866102d02984b5/common.gypi#L63-L67
Author
Owner

@theofficialgman commented on GitHub:

@daiyam see upstream for the solution
c23f0305db/build/azure-pipelines/linux/product-build-linux-client.yml (L113-L125)

@theofficialgman commented on GitHub: @daiyam see upstream for the solution https://github.com/microsoft/vscode/blob/c23f0305dbf82b2319b198f4dbf3c5d5bc522f15/build/azure-pipelines/linux/product-build-linux-client.yml#L113-L125
Author
Owner

@theofficialgman commented on GitHub:

seems like it was deliberately disabled without a commit message or release notification:
0932463dfb

please re-enable this build

@theofficialgman commented on GitHub: seems like it was deliberately disabled without a commit message or release notification: https://github.com/VSCodium/vscodium/commit/0932463dfb5672c657cc41db2c2ae07f08cb1fbb please re-enable this build
Author
Owner

@daiyam commented on GitHub:

Yes, the 32bit releases (linux and windows) have been disabled due to errors as referenced in https://github.com/VSCodium/vscodium/issues/1066#issuecomment-1119557287_. They will be re-enabled when those issues are fixed.

@daiyam commented on GitHub: Yes, the 32bit releases (linux and windows) have been disabled due to errors as referenced in https://github.com/VSCodium/vscodium/issues/1066#issuecomment-1119557287_. They will be re-enabled when those issues are fixed.
Author
Owner

@daiyam commented on GitHub:

The packages have been released! 😍

@theofficialgman Thanks again to have pointed you the solution.

@daiyam commented on GitHub: The packages have been released! :heart_eyes: @theofficialgman Thanks again to have pointed you the solution.
Author
Owner

@daiyam commented on GitHub:

@theofficialgman Thx I will try that asap

@daiyam commented on GitHub: @theofficialgman Thx I will try that asap
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VSCodium/vscodium#824
No description provided.