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

Install ConvSym in SGDK's Docker image #380

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

vladikcomper
Copy link
Contributor

@vladikcomper vladikcomper commented Dec 12, 2024

Users using SGDK with Docker reported that "debug" build profile has issues. This is likely because Docker image doesn't build convsym.

I verified that consym is available from docker container now.

How to test

This is what I used to quickly verify this:

cd SGDK/
docker build -t sgdk .
docker run --rm --entrypoint convsym sgdk

@Stephane-D Stephane-D merged commit 1269404 into Stephane-D:master Dec 12, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants