Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
shasper
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
shasper
Commits
251f8e44
Verified
Commit
251f8e44
authored
4 years ago
by
Denis_P
Browse files
Options
Downloads
Patches
Plain Diff
change (ci): target cache; new CI image
parent
0b4c3d03
No related merge requests found
Pipeline
#96193
passed with stage
Stage:
in 18 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-5
2 additions, 5 deletions
.gitlab-ci.yml
with
2 additions
and
5 deletions
.gitlab-ci.yml
+
2
−
5
View file @
251f8e44
...
...
@@ -2,20 +2,17 @@ stages:
-
test
-
build
image
:
parity/rust-builder:latest
variables
:
GIT_STRATEGY
:
fetch
GIT_SUBMODULE_STRATEGY
:
recursive
GIT_DEPTH
:
3
CARGO_INCREMENTAL
:
0
CARGO_HOME
:
"
/ci-cache/${CI_PROJECT_NAME}/cargo/${CI_JOB_NAME}"
SCCACHE_DIR
:
"
/ci-cache/${CI_PROJECT_NAME}/sccache"
CARGO_TARGET_DIR
:
"
/ci-cache/${CI_PROJECT_NAME}/targets/${CI_COMMIT_REF_NAME}/${CI_JOB_NAME}"
CI_SERVER_NAME
:
"
GitLab
CI"
RUST_TOOLCHAIN
:
"
stable"
.docker-env
:
&docker-env
image
:
parity
/rust-builder:latest
image
:
parity
tech/ci-linux:production
before_script
:
-
cargo -vV
-
rustc -vV
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment