provision: add dependency for building pgroonga from source.

clang-9 and llvm-9-dev are added for building pgroonga from source.
This commit is contained in:
arpit551 2020-03-24 23:10:49 +05:30 committed by Tim Abbott
parent f23a435fcb
commit b5c2202b3b
1 changed files with 2 additions and 0 deletions

View File

@ -170,6 +170,8 @@ if vendor == 'debian' and os_version in [] or vendor == 'ubuntu' and os_version
"postgresql-server-dev-{0}",
"libgroonga-dev",
"libmsgpack-dev",
"clang-9",
"llvm-9-dev"
]
] + VENV_DEPENDENCIES
elif "debian" in os_families():