gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: Install wallet CLI in base ima


From: gnunet
Subject: [taler-deployment] branch master updated: Install wallet CLI in base image.
Date: Wed, 16 Nov 2022 09:12:19 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 5b43de8  Install wallet CLI in base image.
5b43de8 is described below

commit 5b43de8bc8a6156ef33aa4682f6a5ae069193a8a
Author: MS <ms@taler.net>
AuthorDate: Wed Nov 16 09:11:51 2022 +0100

    Install wallet CLI in base image.
---
 buildbot/master.cfg                | 2 +-
 docker/demo/images/base/Dockerfile | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 8e10eb7..cae5e7f 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -677,7 +677,7 @@ WALLET_FACTORY.addStep(
         description="Running wallet tests",
         descriptionDone="Test correctly run",
         command=["timeout", "--preserve-status", "5m",
-                 "docker", "run", "-i", "-t", "taler_local/taler_base",
+                 "docker", "run", "taler_local/taler_base",
                  "taler-wallet-cli", "testing", "run-integrationtests",
                  "--suites", 
"wallet,merchant,libeufin,wallet-backup,wallet-tipping"],
         workdir="../../",
diff --git a/docker/demo/images/base/Dockerfile 
b/docker/demo/images/base/Dockerfile
index cd99ac8..840ca66 100644
--- a/docker/demo/images/base/Dockerfile
+++ b/docker/demo/images/base/Dockerfile
@@ -77,11 +77,16 @@ RUN make install
 RUN curl -fsSL https://deb.nodesource.com/setup_19.x | bash - && \
 apt-get install -y nodejs
 RUN npm install -g pnpm
+
 WORKDIR /wallet-core
 RUN ./bootstrap
 WORKDIR ./packages/demobank-ui
 RUN ./configure
 RUN make install
+# Install CLI to provide integration tests.
+WORKDIR ../taler-wallet-cli
+RUN ./configure
+RUN make install
 
 WORKDIR /sync
 RUN ./bootstrap

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]