From 860ef19e9501ea33cff6306c4a877b41075f7c4b Mon Sep 17 00:00:00 2001 From: Denis Pisarev Date: Thu, 19 Dec 2019 16:57:00 +0100 Subject: [PATCH] we do not profit from incremental now (#11302) --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eec4cdd11..0bd9150c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ variables: CI_SERVER_NAME: "GitLab CI" CARGO_HOME: "/ci-cache/${CI_PROJECT_NAME}/cargo/${CI_JOB_NAME}" CARGO_TARGET: x86_64-unknown-linux-gnu + CARGO_INCREMENTAL: 0 REGISTRY: registry.parity.io/parity/infrastructure/scripts .releaseable_branches: # list of git refs for building GitLab artifacts (think "pre-release binaries") @@ -39,7 +40,7 @@ variables: - cargo --version retry: max: 2 - when: + when: - runner_system_failure - unknown_failure - api_failure