Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Alpine target binary is missing symbols #726

@adrukh

Description

@adrukh

👋 and thank you so much for this valuable project! We've been using it successfully for the past 2 years, and really appreciate the hard work behind it!

We're facing an issue where building our project for the alpine platform generates a binary file that segfaults has missing symbols when executed.

Our workaround is to spin up an alpine container and build our project inside it for the alpine platform. This generates a proper binary.
This wasn't really the workaround, it's just that node:alpine includes libstdc++, and alpine:latest doesn't.

Our project is https://github.com/snyk/snyk, and our workaround is described here - snyk/cli#608 and we now simply build against the alpine target.

1. How can we help troubleshoot and fix this issue?
2. If you are facing something similar, please see if our workaround can help you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions