exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 5af8628fb9a4c946866a3aea6a8820d5a065c1b7
parent 8a47076f62e983c1ab873811ddd31cd3b2725d72
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Tue, 16 Sep 2025 11:30:31 +0200

ci: Do install libeufin and wallet; bump postgres trixie version

Diffstat:
Mcontrib/ci/Containerfile | 9++++-----
Mcontrib/ci/jobs/002-test/3-startdb.sh | 4++--
2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile @@ -65,11 +65,10 @@ RUN cat /etc/apt/preferences.d/taler && \ libgnunet-dev \ libgnunet \ gnunet \ + taler-wallet-cli \ + libeufin-common \ + libeufin-bank \ + libeufin-nexus \ && rm -rf /var/lib/apt/lists/* -# taler-wallet-cli \ -# taler-merchant \ -# libeufin-common \ -# libeufin-bank \ -# libeufin-nexus \ WORKDIR /workdir diff --git a/contrib/ci/jobs/002-test/3-startdb.sh b/contrib/ci/jobs/002-test/3-startdb.sh @@ -2,8 +2,8 @@ set -evux export PGPORT=5432 -sudo -u postgres /usr/lib/postgresql/15/bin/pg_ctl \ - start -D /etc/postgresql/15/main -o "-h localhost -p $PGPORT" +sudo -u postgres /usr/lib/postgresql/17/bin/pg_ctl \ + start -D /etc/postgresql/17/main -o "-h localhost -p $PGPORT" sudo -u postgres createuser -p $PGPORT root -s -w sudo -u postgres createdb -p $PGPORT -O root talercheck