Skip to content

Commit d9aae05

Browse files
committed
docker
1 parent fe28952 commit d9aae05

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ RUN apk add --no-cache \
3434

3535
WORKDIR /build
3636

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
37+
# Symlink for LLVM JIT (postgres expects llvm-lto-19)
38+
RUN ln -s /usr/bin/llvm19-lto /usr/bin/llvm-lto-19
4039

4140
# pgvector
4241
RUN git clone --branch v${PGVECTOR_VERSION} --depth 1 https://github.com/pgvector/pgvector.git && \

0 commit comments

Comments
 (0)