Skip to content

Commit

Permalink
Bump pg_bm25 to 0.3.12 (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstanton authored Dec 12, 2023
1 parent 496a744 commit 91125c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions contrib/pg_bm25/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
ARG PG_VERSION=15
FROM quay.io/coredb/pgrx-builder:pg${PG_VERSION}-pgrx0.9.7
FROM quay.io/coredb/pgrx-builder:pg${PG_VERSION}-pgrx0.11.1
USER root

ARG RELEASE=v0.2.21
ARG RELEASE=v0.3.12

# Extension build dependencies
RUN apt-get update && apt-get install -y \
build-essential

# Install Rust
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
RUN cargo install cargo-pgrx --version 0.11.0 --locked

# Set default Rust version
RUN /root/.cargo/bin/rustup default stable && /root/.cargo/bin/rustup override set 1.72.0
RUN /root/.cargo/bin/rustup default stable


# Clone repository
RUN git clone https://github.com/paradedb/paradedb.git && \
Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_bm25/Trunk.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[extension]
name = "pg_bm25"
version = "0.4.0"
version = "0.3.12"
repository = "https://github.com/paradedb/paradedb/tree/dev/pg_bm25"
license = "AGPL-3.0"
description = "Full text search over SQL tables using the state-of-the-art BM25 algorithm"
Expand Down

0 comments on commit 91125c6

Please sign in to comment.