fix dev-db/timescaledb requiring pg regression testing
This commit is contained in:
parent
97e663d36e
commit
3cb86f0c91
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ src_prepare() {
|
||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
|
local mycmakeargs=(
|
||||||
|
-DREGRESS_CHECKS=OFF
|
||||||
|
)
|
||||||
|
|
||||||
postgres-multi_foreach cmake-utils_src_configure
|
postgres-multi_foreach cmake-utils_src_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue