File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed
Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ WASM_OUT_DIR := wasm
22WASM_OUT_NAME := libpg-query
33WASM_MODULE_NAME := PgQueryModule
44LIBPG_QUERY_REPO := https://github.com/pganalyze/libpg_query.git
5- LIBPG_QUERY_TAG := 15-4.2.4
5+ LIBPG_QUERY_TAG := 17-6.1.0
6+
67CACHE_DIR := .cache
78
89OS ?= $(shell uname -s)
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=17-latest
22+ branch=17-6.1.0
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=17-latest
43+ branch=17-6.1.0
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 3131 }
3232 },
3333 "scripts" : {
34- "protogen" : " node ./script/protogen.js 17-latest " ,
34+ "protogen" : " node ./script/protogen.js 17-6.1.0 " ,
3535 "clean" : " rimraf build" ,
3636 "configure" : " node-pre-gyp configure" ,
3737 "install" : " node-pre-gyp install --fallback-to-build --loglevel verbose" ,
Original file line number Diff line number Diff line change 11@ echo off
22
3- set commit = d00c096f3180721799a26c74996288c657fc1753
4- set branch = 17-latest
3+ set commit = 1c1a32ed2f4c7799830d50bf4cb159222aafec48
4+ set branch = 17-6.1.0
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=d00c096f3180721799a26c74996288c657fc1753
5- branch=17-latest
4+ commit=1c1a32ed2f4c7799830d50bf4cb159222aafec48
5+ branch=17-6.1.0
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