Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
trying on the latest image
  • Loading branch information
TriplEight committed Feb 21, 2020
commit 8bb57bab9ca9a01d43835e158f701903cce239b5
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ variables:
GIT_STRATEGY: fetch
GIT_DEPTH: 100
CARGO_HOME: "/ci-cache/${CI_PROJECT_NAME}/cargo/${CI_JOB_NAME}"
# SCCACHE_DIR: "/ci-cache/${CI_PROJECT_NAME}/sccache"
CARGO_INCREMENTAL: 0
CI_SERVER_NAME: "GitLab CI"
DOCKER_OS: "debian:stretch"
Expand All @@ -39,7 +38,7 @@ variables:
name: parity-build

.docker-env: &docker-env
image: parity/rust-builder:0e1e2f7-20200219
image: parity/rust-builder:00f5094-20200221
before_script:
- rustup show
- cargo --version
Expand Down