Skip to content

Conversation

@mikemherron
Copy link
Contributor

Problem

When trying to build the project under a fresh Ubuntu WSL install, tests would fail with the error "the PostgreSQL engine does not support Windows" - however, the actual reason was that gcc was not installed, therefore CGO was not available. This occurred because postgresql/parse_disabled.go is included when building on windows OR when CGO is not available - however it's possible (as in my case) to be running in a linux environment and still have CGO unavailable.

Solution

This PR updates the error message to clarify that both Windows and any environment without CGO is not supported.

@kyleconroy
Copy link
Collaborator

Fixed by #2100

@kyleconroy kyleconroy closed this Feb 22, 2023
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