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

Fix schema generation on alpine #362

Merged

Conversation

JamesGuthrie
Copy link
Contributor

Alpine uses musl libc, which is identified as a different compilation
target by the Rust compiler. This target was not configured to use pgx's
magical linker script, so the symbols which the schema generator expects
to be present were not present.

Fixes #340

Alpine uses musl libc, which is identified as a different compilation
target by the Rust compiler. This target was not configured to use pgx's
magical linker script, so the symbols which the schema generator expects
to be present were not present.

Fixes #340
Copy link
Contributor

@Hoverbear Hoverbear left a comment

Choose a reason for hiding this comment

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

Thank you! We don't have automated tests for this so I will assume it's working for you. :)

@Hoverbear Hoverbear self-assigned this Jan 5, 2022
@Hoverbear Hoverbear merged commit 47309db into pgcentralfoundation:develop Jan 5, 2022
@Hoverbear
Copy link
Contributor

Ah, heck, we didn't get the example configs! I'll make a fix.

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