gnunet-svn
[Top][All Lists]
Advanced

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

[taler-grid5k] 57/189: update


From: gnunet
Subject: [taler-grid5k] 57/189: update
Date: Thu, 28 Apr 2022 10:47:07 +0200

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

marco-boss pushed a commit to branch master
in repository grid5k.

commit 41ee4b69f9dfb5f52d3019a236dcaec9a708e3ef
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Thu Mar 10 13:45:00 2022 +0100

    update
---
 image/taler-debian11.yaml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/image/taler-debian11.yaml b/image/taler-debian11.yaml
index be8b11d..75b467e 100644
--- a/image/taler-debian11.yaml
+++ b/image/taler-debian11.yaml
@@ -87,6 +87,7 @@ setup:
          git checkout $${gnunet_commit_sha} || true
          git pull || true
 
+         # We need sudo, otherwise we'll get a strange error
          sudo ./bootstrap
          CFLAGS="-O2" ./configure --enable-logging=verbose --prefix=/usr 
--enable-poisoning=false # --enable-sanitizer 
          make || true
@@ -104,6 +105,7 @@ setup:
          git checkout $${exchange_commit_sha} || true
          git pull || true
 
+         # We need sudo, otherwise we'll get a strange error
          sudo ./bootstrap
          CFLAGS="-O2 -D GRID5K_MARCO_OPT" ./configure --enable-logging=verbose 
--prefix=/usr # --enable-sanitizer
          make || true
@@ -119,8 +121,8 @@ setup:
          git checkout $${merchant_commit_sha} || true
          git pull || true
 
+         # We need sudo, otherwise we'll get a strange error
          sudo ./bootstrap
-
          ./configure --enable-logging=verbose --prefix=/usr # 
--enable-sanitizer
          make || true
          make install
@@ -135,9 +137,9 @@ setup:
          git checkout $${wallet_commit_sha} || true
          git pull || true
 
-         ./bootstrap
-
          npm install -g pnpm
+
+         ./bootstrap
          ./configure
          make install
 

-- 
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]