-
Notifications
You must be signed in to change notification settings - Fork 87
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
Segmentation fault on docker-compose up #295
Comments
Oops... Will have to look into this... |
Same issue here. I'm on macOS 14.2.1 (M1 Pro), using OrbStack/buildkit. I'm not sure how else I can help, let me know if you have any questions! |
Hi. Thanks for letting me know. |
So I think this is either an issue with Elixir images defaulting to supporting amd64 builds (e.g. This issue on the Elixir Forums) OR an Elm issue along the same vein. I'm currently doing some testing locally with different containers that would run with a new ARG to specify platform. |
Okay. I did a whole write-up about the issue and why I couldn't fix it and what needs to be done next. While writing it I figured out the issue and raised a PR: #311 Explanation of the issue: Solution 1: I thought about creating a pre-compiled binary and hosting it on Github, but ultimately went down the route of writing a new image that compiles the binary itself so that you could easily tie it into a Dockerfile or run it locally and copy the binary directly to your system. It seemed to be more beneficial in the long run once the image is on your system. Problem 2: The elm-coverage devdependency has Solution 2: Unfortunately the only thing that worked for me was to remove the dependency altogether. A developer with more pnpm experience should be able to create a local npm link to prevent elm-coverage from reaching out to npm, but I figured a "prod" environment sooner rather that later would be better for everyone wanting to use this. Best of luck! |
I just checked out the repo, am on
main
branch, and can't start the app with docker-compose.Here are the steps that I followed:
gh clone repo azimuttapp/azimutt
cd azimutt
cp .env.example .env
docker-compose up
Full error logs:
The text was updated successfully, but these errors were encountered: