summary refs log tree commit diff
path: root/scripts-dev/complement.sh
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-07-26 16:20:20 -0500
committerEric Eastwood <erice@element.io>2022-07-26 16:20:20 -0500
commit801069ae819531d682f77fde3754395174347c8d (patch)
treeb94957531fc9433f8f0ec54dea313b491b2059ac /scripts-dev/complement.sh
parentInstrument /messages for understandable traces (diff)
downloadsynapse-801069ae819531d682f77fde3754395174347c8d.tar.xz
Draft: Try use rust-jaeger-python-client
Diffstat (limited to 'scripts-dev/complement.sh')
-rwxr-xr-xscripts-dev/complement.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh
index 6381f7092e..33f7293970 100755
--- a/scripts-dev/complement.sh
+++ b/scripts-dev/complement.sh
@@ -101,6 +101,7 @@ if [ -z "$skip_docker_build" ]; then
     echo_if_github "::group::Build Docker image: matrixdotorg/synapse"
     docker build -t matrixdotorg/synapse \
       --build-arg TEST_ONLY_SKIP_DEP_HASH_VERIFICATION \
+      --progress=plain \
       -f "docker/Dockerfile" .
     echo_if_github "::endgroup::"