We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting error Command failed with signal "SIGSEGV". error after running const db = await Database.create(':memory:'); in gitlab ci
error Command failed with signal "SIGSEGV".
const db = await Database.create(':memory:');
I have added these packages using apk python3 make g++ git docker cmake ninja gcompat
python3 make g++ git docker cmake ninja gcompat
running on node:20.9-alpine
The text was updated successfully, but these errors were encountered:
I have ran into this same issue when trying to run it on a Docker instance
Sorry, something went wrong.
solved the issue by changing node image to debian
No branches or pull requests
Getting
error Command failed with signal "SIGSEGV".
errorafter running
const db = await Database.create(':memory:');
in gitlab ciI have added these packages using apk
python3 make g++ git docker cmake ninja gcompat
running on node:20.9-alpine
The text was updated successfully, but these errors were encountered: