Skip to content

Commit

Permalink
we do not profit from incremental now (openethereum#11302)
Browse files Browse the repository at this point in the history
  • Loading branch information
TriplEight authored Dec 19, 2019
1 parent f8f2224 commit 860ef19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -39,7 +40,7 @@ variables:
- cargo --version
retry:
max: 2
when:
when:
- runner_system_failure
- unknown_failure
- api_failure
Expand Down

0 comments on commit 860ef19

Please sign in to comment.