File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2323mkdir git_clone_dir && cd git_clone_dir
2424git clone -b $branch --single-branch https://github.com/launchql/libpg-query-node
2525cd libpg-query-node/
@@ -40,7 +40,7 @@ npm publish
4040to build manually using ` libpg_query `
4141
4242``` sh
43- branch=15 -latest
43+ branch=17 -latest
4444mkdir git_clone_dir && cd git_clone_dir
4545git clone -b $branch --single-branch https://github.com/pganalyze/libpg_query.git
4646cd libpg_query/
Original file line number Diff line number Diff line change 11@ echo off
22
3- set commit = db39825bc7c1ddd45962ec6a626d740b7f8f027a
4- set branch = 15 -latest
3+ set commit = d00c096f3180721799a26c74996288c657fc1753
4+ set branch = 17 -latest
55
66setlocal enabledelayedexpansion
77
Original file line number Diff line number Diff line change 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
88rDIR=$( pwd)
You can’t perform that action at this time.
0 commit comments