summary refs log tree commit diff
path: root/scripts-dev/complement.sh
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-08-02 15:05:27 -0500
committerEric Eastwood <erice@element.io>2022-08-02 15:05:27 -0500
commit72c718df54c3c1dd02fd208020dfc6ccbb241870 (patch)
treebbc71e033e6c21161ec7984b6e28a37a55971aff /scripts-dev/complement.sh
parentSeems to (see test_side_by_side_spans) (diff)
parentAdd a `merge-back` command to the release script, which automates merging the... (diff)
downloadsynapse-72c718df54c3c1dd02fd208020dfc6ccbb241870.tar.xz
Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetry
Conflicts:
	docs/usage/configuration/config_documentation.md
	synapse/logging/opentracing.py

Got changes from:

 - https://github.com/matrix-org/synapse/pull/13362/files
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..eab23f18f1 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 \ + --build-arg TEST_ONLY_IGNORE_POETRY_LOCKFILE \ -f "docker/Dockerfile" . echo_if_github "::endgroup::"