Skip to content
Snippets Groups Projects
Commit f689dddf authored by znley's avatar znley Committed by J0WI
Browse files

testing/*: fix missing libclang dependency

parent 5971e663
No related branches found
No related tags found
1 merge request!68296testing/*: fix missing libclang dependency
Pipeline #255938 skipped
......@@ -3,7 +3,7 @@
pkgname=postgresql-pg_later
_projname=pg_later
pkgver=0.0.14
pkgrel=0
pkgrel=1
pkgdesc="PostgreSQL extension to execute SQL now and get the results later"
url="https://github.com/tembo-io/pg_later"
# s390x: fails to build nix crate
......@@ -13,6 +13,7 @@ license="PostgreSQL"
makedepends="
cargo
chrpath
clang16-libclang
jq
openssl-dev
postgresql
......
......@@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=postgresql-pgmq
pkgver=1.1.1
pkgrel=0
pkgrel=1
pkgdesc="A lightweight message queue, like AWS SQS and RSMQ, but on PostgreSQL"
url="https://github.com/tembo-io/pgmq"
# loongarch64: blocked by libc crate
......@@ -11,6 +11,7 @@ license="PostgreSQL"
makedepends="
cargo
chrpath
clang16-libclang
jq
openssl-dev
postgresql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment