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

dockerfile: disable CGO_ENABLED #39

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

Hasaber8
Copy link
Contributor

@Hasaber8 Hasaber8 commented Feb 10, 2025

Fixes #38

Looking at the dependencies of the project, none of them require CGO enabled. This flag is causing the build to panic and crash out.

* This should fix the build failure.
* None of the dependencies of the project need CGO, which is causing the build failure.
@CLAassistant
Copy link

CLAassistant commented Feb 10, 2025

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@aaronbrethorst aaronbrethorst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome, thank you @Hasaber8!

@aaronbrethorst aaronbrethorst merged commit 12fb595 into OneBusAway:main Feb 11, 2025
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.

Docker images are failing to build in CI
3 participants