Use Cargo's sparse protocol
This commit is contained in:
@@ -11,7 +11,8 @@ steps:
|
|||||||
- name: cargo-cache
|
- name: cargo-cache
|
||||||
path: /cache/cargo
|
path: /cache/cargo
|
||||||
environment:
|
environment:
|
||||||
CARGO_HOME: /cache/cargo
|
CARGO_HOME: /cache/cargo
|
||||||
|
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: rust:1.67
|
image: rust:1.67
|
||||||
@@ -22,6 +23,7 @@ steps:
|
|||||||
path: /cache/cargo
|
path: /cache/cargo
|
||||||
environment:
|
environment:
|
||||||
CARGO_HOME: /cache/cargo
|
CARGO_HOME: /cache/cargo
|
||||||
|
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
|
||||||
depends_on:
|
depends_on:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user