diff options
author | Erik Johnston <erik@matrix.org> | 2021-02-18 14:00:59 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-02-18 14:00:59 +0000 |
commit | d76698ef3057470bc4cf58668ba2f2697d177767 (patch) | |
tree | 3071821f10ff1bcd6f600983b221b34187c8bdb8 | |
parent | Try building lxml up front to avoid time outs (diff) | |
download | synapse-github/erikj/arm_docker_cache.tar.xz |
Up no output timeout github/erikj/arm_docker_cache erikj/arm_docker_cache
-rw-r--r-- | .circleci/config.yml | 4 |
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 |