summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-02-18 14:00:59 +0000
committerErik Johnston <erik@matrix.org>2021-02-18 14:00:59 +0000
commitd76698ef3057470bc4cf58668ba2f2697d177767 (patch)
tree3071821f10ff1bcd6f600983b221b34187c8bdb8
parentTry building lxml up front to avoid time outs (diff)
downloadsynapse-github/erikj/arm_docker_cache.tar.xz
-rw-r--r--.circleci/config.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 397643b1dd..d3add78bc8 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -79,4 +79,6 @@ commands:
         type: string
     steps:
       - run: docker buildx build -f docker/Dockerfile-cargo-cache --push -t 127.0.0.1:5000/cargo_cache --platform << parameters.platforms >> --progress=plain .
-      - run: docker buildx build -f docker/Dockerfile --push --platform << parameters.platforms >> --label gitsha1=${CIRCLE_SHA1} << parameters.tag >> --build-arg BASE_IMAGE=127.0.0.1:5000/cargo_cache --build-arg CARGO_NET_OFFLINE=true --progress=plain  .
+      - run:
+          command: docker buildx build -f docker/Dockerfile --push --platform << parameters.platforms >> --label gitsha1=${CIRCLE_SHA1} << parameters.tag >> --build-arg BASE_IMAGE=127.0.0.1:5000/cargo_cache --build-arg CARGO_NET_OFFLINE=true --progress=plain  .
+          no_output_timeout: 30m