diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2021-10-24 08:23:24 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2021-10-24 08:23:24 +0300 |
commit | 7ccff540c6c2438d6f09ede4b081d681662e4847 (patch) | |
tree | fd4e296380b9eb21f05688c846c7e4dad48861cf | |
parent | c6065b9e00cab2595051d2172d75516021b35c81 (diff) | |
download | aports-7ccff540c6c2438d6f09ede4b081d681662e4847.tar.gz aports-7ccff540c6c2438d6f09ede4b081d681662e4847.tar.bz2 aports-7ccff540c6c2438d6f09ede4b081d681662e4847.tar.xz |
community/postgresql-timescaledb: disable #13125
-rw-r--r-- | community/postgresql-timescaledb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/postgresql-timescaledb/APKBUILD b/community/postgresql-timescaledb/APKBUILD index 40e1ccf9e8..22a5309a08 100644 --- a/community/postgresql-timescaledb/APKBUILD +++ b/community/postgresql-timescaledb/APKBUILD @@ -10,7 +10,7 @@ pkgver=2.4.2 pkgrel=0 pkgdesc="PostgreSQL extension for time‑series data" url="https://github.com/timescale/timescaledb" -arch="all" +arch="" # not compatible with pgsql 14 https://gitlab.alpinelinux.org/alpine/aports/-/issues/13125 license="Apache-2.0" provides="timescaledb=$pkgver-r$pkgrel" # for backward compatibility makedepends="postgresql-dev cmake bash perl-ipc-run perl-utils" |