Skip to content

Build linux pg graphql#3206

Merged
charlesBochet merged 3 commits intomainfrom
build-linux-pg_graphql
Jan 3, 2024
Merged

Build linux pg graphql#3206
charlesBochet merged 3 commits intomainfrom
build-linux-pg_graphql

Conversation

@charlesBochet
Copy link
Copy Markdown
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
@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.

2 participants