Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b4339d0

Browse files
authored
fix: Temporarily disable extension check and pgroonga build (supabase#360)
Signed-off-by: Lakshmipathi <[email protected]>
1 parent 1e78677 commit b4339d0

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

ansible/playbook.yml

-3
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,3 @@
160160
cmd: /usr/bin/pg_ctl -D /var/lib/postgresql/data stop
161161
when: ebssurrogate_mode
162162

163-
- name: Run unit tests
164-
import_tasks: tasks/test-image.yml
165-

ansible/tasks/setup-extensions.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@
6767
# - name: Install vault
6868
# import_tasks: tasks/postgres-extensions/23-vault.yml
6969

70-
71-
- name: Install PGroonga
72-
import_tasks: tasks/postgres-extensions/24-pgroonga.yml
70+
#- name: Install PGroonga
71+
# import_tasks: tasks/postgres-extensions/24-pgroonga.yml
7372

7473
- name: Verify async task status
7574
import_tasks: tasks/postgres-extensions/99-finish_async_tasks.yml

0 commit comments

Comments
 (0)