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

Build linux pg graphql #3206

Merged
merged 3 commits into from
Jan 3, 2024
Merged

Build linux pg graphql #3206

merged 3 commits into from
Jan 3, 2024

Conversation

charlesBochet
Copy link
Member

@charlesBochet charlesBochet commented Jan 2, 2024

Context

As we have patched pg_graphql in #3204, we can no longer rely on pg_graphql prebuild image for our docker container.
We have already learned how to build it for macos intel and arm so it is not a big deal

What

  1. In this PR, I'm adding a script to build pg_graphql on linux. As most of the core team is running on MacOS, I've been forced to execute this script in a linux container.
  2. I have used this script to build pg_graphql extension files (.so, .control, .sql) for AMD and ARM and added them to the repository
  3. I have updated our production Dockerfile to use these files instead of pulling pre-built files

@charlesBochet charlesBochet merged commit 41f3a74 into main Jan 3, 2024
12 of 13 checks passed
@charlesBochet charlesBochet deleted the build-linux-pg_graphql branch January 3, 2024 11:02
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.

None yet

2 participants