From 1f8adbc5a942694588297aa447d121e6b7d40b15 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sat, 22 Jun 2019 08:30:08 -0700 Subject: [PATCH] Use new rust build image. This image should use sccache to store blobs in minio. --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index bb4812a..7e73a79 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,8 +3,10 @@ name: default steps: - name: rtiow - image: registry.z.xinu.tv/drone/rust:2019-06-21-r0 + image: registry.z.xinu.tv/drone/rust:2019-06-22-r2 commands: + - sscache -s - find $PWD - (cd rtiow && cargo build --verbose --all) - (cd rtiow && cargo test --verbose --all) + - sscache -s