diff options
author | anoadragon453 <anoadragon453@users.noreply.github.com> | 2023-05-05 12:28:54 +0000 |
---|---|---|
committer | anoadragon453 <anoadragon453@users.noreply.github.com> | 2023-05-05 12:28:54 +0000 |
commit | 847ab15220d324ee617bb63802f53435cc56bea0 (patch) | |
tree | 8a70a71a42b9bb4e37c8aa08b557eba87fa4436d /develop/development | |
parent | deploy: 8aee823393d6a60740f5e9990626c823f8b46eec (diff) | |
download | synapse-847ab15220d324ee617bb63802f53435cc56bea0.tar.xz |
deploy: 83e7fa5eeeea3c7ba321679560d33cca6f4e8221
Diffstat (limited to 'develop/development')
-rw-r--r-- | develop/development/contributing_guide.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html index 0a856dd3c5..290b37bcee 100644 --- a/develop/development/contributing_guide.html +++ b/develop/development/contributing_guide.html @@ -374,6 +374,7 @@ See the <a href="../workers.html">worker documentation</a> for additional inform </ul> </li> <li>Passing <code>ASYNCIO_REACTOR=1</code> as an environment variable to use the Twisted asyncio reactor instead of the default one.</li> +<li>Passing <code>PODMAN=1</code> will use the <a href="https://podman.io/">podman</a> container runtime, instead of docker.</li> </ul> <p>To increase the log level for the tests, set <code>SYNAPSE_TEST_LOG_LEVEL</code>, e.g:</p> <pre><code class="language-sh">SYNAPSE_TEST_LOG_LEVEL=DEBUG COMPLEMENT_DIR=../complement ./scripts-dev/complement.sh -run TestImportHistoricalMessages |