We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe28952 commit d9aae05Copy full SHA for d9aae05
2 files changed
Dockerfile
@@ -34,9 +34,8 @@ RUN apk add --no-cache \
34
35
WORKDIR /build
36
37
-# Symlink clang for LLVM JIT (postgres expects clang-19)
38
-RUN ln -s /usr/bin/clang-19 /usr/bin/clang && \
39
- ln -s /usr/bin/llvm-lto-19 /usr/bin/llvm-lto
+# Symlink for LLVM JIT (postgres expects llvm-lto-19)
+RUN ln -s /usr/bin/llvm19-lto /usr/bin/llvm-lto-19
40
41
# pgvector
42
RUN git clone --branch v${PGVECTOR_VERSION} --depth 1 https://github.com/pgvector/pgvector.git && \
0 commit comments