Skip to content

Commit bf856e2

Browse files
committed
update configs
1 parent c713c41 commit bf856e2

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

docker/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ docker run \
1919
# build inside the docker image
2020

2121
```sh
22-
branch=15-latest
22+
branch=17-latest
2323
mkdir git_clone_dir && cd git_clone_dir
2424
git clone -b $branch --single-branch https://github.com/launchql/libpg-query-node
2525
cd libpg-query-node/
@@ -40,7 +40,7 @@ npm publish
4040
to build manually using `libpg_query`
4141

4242
```sh
43-
branch=15-latest
43+
branch=17-latest
4444
mkdir git_clone_dir && cd git_clone_dir
4545
git clone -b $branch --single-branch https://github.com/pganalyze/libpg_query.git
4646
cd libpg_query/

script/buildAddon.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22

3-
set commit=db39825bc7c1ddd45962ec6a626d740b7f8f027a
4-
set branch=15-latest
3+
set commit=d00c096f3180721799a26c74996288c657fc1753
4+
set branch=17-latest
55

66
setlocal enabledelayedexpansion
77

script/buildAddon.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env bash
22

33
# Set the desired commit hash and branch
4-
commit=db39825bc7c1ddd45962ec6a626d740b7f8f027a
5-
branch=15-latest
4+
commit=d00c096f3180721799a26c74996288c657fc1753
5+
branch=17-latest
66

77
# Remember current directory and create a new, unique, temporary directory
88
rDIR=$(pwd)

0 commit comments

Comments
 (0)