Skip to content

Commit

Permalink
chore: use supabase plv8 fork
Browse files Browse the repository at this point in the history
  • Loading branch information
pcnc committed Feb 15, 2024
1 parent c8eb6a7 commit 473c084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 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 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.10"
plv8_release_checksum: sha256:7096c3290928561f0d4901b7a52794295dc47f6303102fae3f8e42dd575ad97d
plv8_release_checksum: sha256:c186dd44fb951fdad146240b997eef02284d78e594a84bc28105359bee841f26

pg_plan_filter_release: 5081a7b5cb890876e67d8e7486b6a64c38c9a492

Expand Down

0 comments on commit 473c084

Please sign in to comment.