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

SIGSEGV when running jest in gitlab ci #34

Open
vinil-prabhu opened this issue Jun 20, 2024 · 2 comments
Open

SIGSEGV when running jest in gitlab ci #34

vinil-prabhu opened this issue Jun 20, 2024 · 2 comments

Comments

@vinil-prabhu
Copy link

vinil-prabhu commented Jun 20, 2024

Getting error Command failed with signal "SIGSEGV". error
after running const db = await Database.create(':memory:'); in gitlab ci

I have added these packages using apk
python3 make g++ git docker cmake ninja gcompat

running on node:20.9-alpine

@kinsyudev
Copy link

I have ran into this same issue when trying to run it on a Docker instance

@vinil-prabhu
Copy link
Author

solved the issue by changing node image to debian

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

No branches or pull requests

2 participants