Skip to content

Commit 2ad66ea

Browse files
authored
chore: add pgroonga MeCab tokenizer support (supabase#462)
* chore: add pgroonga MeCab tokenizer support; build job optimization * chore: bump version * chore: add libmecab-dev package * chore: bump postgres version * chore: move groonga packages to PGroonga task file * chore: remove groonga-normalizer-mysql * chore: bump postgres version
1 parent 437913f commit 2ad66ea

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

ansible/tasks/docker/setup.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@
1818
- cmake
1919
- ninja-build
2020
- python
21-
- groonga-normalizer-mysql
22-
- zlib1g-dev
23-
- liblzo2-dev
24-
- libmsgpack-dev
25-
- libzmq3-dev
26-
- libevent-dev
27-
- libmecab-dev
2821
- systemtap-sdt-dev
2922
- ccache
3023
- clang

ansible/tasks/postgres-extensions/24-pgroonga.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# groonga and pgroonga
2+
- name: groonga - download & install dependencies
3+
apt:
4+
pkg:
5+
- zlib1g-dev
6+
- liblzo2-dev
7+
- libmsgpack-dev
8+
- libzmq3-dev
9+
- libevent-dev
10+
- libmecab-dev
11+
- mecab-naist-jdic
12+
update_cache: yes
13+
install_recommends: no
214

315
- name: groonga - download groonga
416
get_url:

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.0.22"
1+
postgres-version = "15.1.0.23"

0 commit comments

Comments
 (0)