We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9417e30 commit 2cac196Copy full SHA for 2cac196
docker/orioledb/Dockerfile
@@ -723,6 +723,8 @@ RUN tar -xvf /tmp/pgvector.tar.gz -C /tmp && \
723
rm -rf /tmp/pgvector.tar.gz
724
# Build from source
725
WORKDIR /tmp/pgvector-${pgvector_release}
726
+# error: the clang compiler does not support '-march=native'
727
+RUN sed -i -e "s|-march=native||g" Makefile
728
RUN --mount=type=cache,target=/ccache,from=public.ecr.aws/supabase/postgres:ccache \
729
make -j$(nproc)
730
# Create debian package
0 commit comments