summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-12-01 09:07:02 +0100
committerms <ms@taler.net>2021-12-01 09:07:02 +0100
commit698a36613e7fc6ded78d59236c03d0ad14f9ccb6 (patch)
tree65fbe2e5d8c0344de3d6d15bae4c99a0d992c69c
parent45de71f19dd82199676ed9891e5364355fef490d (diff)
downloaddeployment-698a36613e7fc6ded78d59236c03d0ad14f9ccb6.tar.gz
deployment-698a36613e7fc6ded78d59236c03d0ad14f9ccb6.tar.bz2
deployment-698a36613e7fc6ded78d59236c03d0ad14f9ccb6.zip
taler-local: not building exchange docs
-rwxr-xr-xbin/WIP/taler-local1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/WIP/taler-local b/bin/WIP/taler-local
index a669fb2..6005769 100755
--- a/bin/WIP/taler-local
+++ b/bin/WIP/taler-local
@@ -142,6 +142,7 @@ def build_exchange(r: Repo, p: Path):
"--enable-logging=verbose",
f"--with-microhttpd={pfx}",
f"--with-gnunet={pfx}",
+ "--disable-doc",
)
subprocess.run(["make", "install"], check=True)
(p / "taler-buildstamp").touch()