1
0

Draft: Try use rust-jaeger-python-client

This commit is contained in:
Eric Eastwood
2022-07-26 16:20:20 -05:00
parent 522c29bfc7
commit 801069ae81
5 changed files with 337 additions and 1416 deletions

View File

@@ -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::"