You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to build even the simplest app (see below), running libnest build segfaults, exclusively on GNU systems. Despite this, verything in the build script runs successfully, and the generated code runs with (seemingly) no issues.
This occurs on both amd64 and aarch64, with Node 22.11, 22.14, and 23.10. There is no issue on Alpine Linux or MacOS.
When attempting to build even the simplest app (see below), running
libnest build
segfaults, exclusively on GNU systems. Despite this, verything in the build script runs successfully, and the generated code runs with (seemingly) no issues.This occurs on both amd64 and aarch64, with Node 22.11, 22.14, and 23.10. There is no issue on Alpine Linux or MacOS.
app.ts
libnest.config.ts
Command
The text was updated successfully, but these errors were encountered: