Skip to content

Fix Docker postgres build#183

Merged
ArnavAgrawal03 merged 1 commit into
morphik-org:mainfrom
rex993:fix/postgres-docker-build-fix
Jun 4, 2025
Merged

Fix Docker postgres build#183
ArnavAgrawal03 merged 1 commit into
morphik-org:mainfrom
rex993:fix/postgres-docker-build-fix

Conversation

@rex993

@rex993 rex993 commented Jun 4, 2025

Copy link
Copy Markdown
Contributor

Docker postgres build failing, likely due to alpine15 update. Fixed by specify clang19 and llvm19

@jazzberry-ai

jazzberry-ai Bot commented Jun 4, 2025

Copy link
Copy Markdown

Bug Report

Name: Potential incompatibility between pgvector and specific clang/llvm versions
Severity: Medium
Example test case: Building the Docker image with the patched Dockerfile. If the pgvector build fails, it indicates an incompatibility.
Description: The patch modifies the Dockerfile to use clang19 and llvm19 instead of the default clang and llvm. While this might be intended to provide more control over compiler versions, it introduces a risk of incompatibility with the pgvector build process. pgvector's build scripts might not be fully compatible with version 19 of clang/llvm, or it might have been previously tested and known to work with the default versions provided by the base image. Forcing a specific version could lead to build failures or unexpected behavior in pgvector.

Comments? Email us.

@ArnavAgrawal03 ArnavAgrawal03 merged commit d6dfd5f into morphik-org:main Jun 4, 2025
3 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.

2 participants