Skip to content

Commit

Permalink
chore: patch plv8 (#888)
Browse files Browse the repository at this point in the history
* chore: plv8
  • Loading branch information
pcnc authored Feb 16, 2024
1 parent 2ea9f24 commit b27a1fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ FROM ccache as plv8-source
ARG plv8_release
ARG plv8_release_checksum
ADD --checksum=${plv8_release_checksum} \
"https://github.com/plv8/plv8/archive/refs/tags/v${plv8_release}.tar.gz" \
"https://github.com/supabase/plv8/archive/refs/tags/v${plv8_release}.tar.gz" \
/tmp/plv8.tar.gz
RUN tar -xvf /tmp/plv8.tar.gz -C /tmp && \
rm -rf /tmp/plv8.tar.gz
Expand All @@ -456,6 +456,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ninja-build \
git \
libtinfo5 \
libstdc++-10-dev \
&& rm -rf /var/lib/apt/lists/*
# Build from source
WORKDIR /tmp/plv8-${plv8_release}
Expand Down
2 changes: 1 addition & 1 deletion ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pljava_release: master
pljava_release_checksum: sha256:e99b1c52f7b57f64c8986fe6ea4a6cc09d78e779c1643db060d0ac66c93be8b6

plv8_release: "3.1.5"
plv8_release_checksum: sha256:1e108d5df639e4c189e1c5bdfa2432a521c126ca89e7e5a969d46899ca7bf106
plv8_release_checksum: sha256:2edf9a219844b2b6abae09c0bdb840c5b0d6e3dd418631744c7326c0b107cc10

pg_plan_filter_release: 5081a7b5cb890876e67d8e7486b6a64c38c9a492

Expand Down
2 changes: 1 addition & 1 deletion common.vars.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
postgres-version = "15.1.1.17"
postgres-version = "15.1.1.18"

0 comments on commit b27a1fd

Please sign in to comment.