Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 0afcbe4

Browse files
TriplEightsoc1c
authored andcommitted
new image (#10673)
1 parent 3718d14 commit 0afcbe4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ stages:
44
- publish
55
- optional
66

7-
image: parity/rust-parity-ethereum-build:xenial
7+
image: parity/parity-ci-linux:latest
88
variables:
99
GIT_STRATEGY: fetch
1010
GIT_SUBMODULE_STRATEGY: recursive
1111
CI_SERVER_NAME: "GitLab CI"
12+
CARGO_HOME: "/ci-cache/${CI_PROJECT_NAME}/cargo/${CI_JOB_NAME}"
13+
SCCACHE_DIR: "/ci-cache/${CI_PROJECT_NAME}/sccache"
1214
CARGO_TARGET: x86_64-unknown-linux-gnu
1315

1416
.no_git: &no_git # disable git strategy

0 commit comments

Comments
 (0)