From 3e5a71440e4b3b507724e2709dba680febbbce78 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Fri, 4 Jun 2021 14:39:46 -0700 Subject: [PATCH] drone: drop sccache usage. --- .drone.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index abe7c43..bb58189 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,24 +13,18 @@ steps: - name: rtiow image: registry.z.xinu.tv/drone/omnibus commands: - - sccache -s - apt-get update && apt-get install -y libgoogle-perftools-dev - (cd rtiow && ./build_all_features.sh) - (cd rtiow && cargo test --verbose --all) - - sccache -s - name: aobench image: registry.z.xinu.tv/drone/omnibus commands: - - sccache -s - (cd aobench && cargo build --verbose --all) - (cd aobench && cargo test --verbose --all) - - sccache -s - name: bheisler image: registry.z.xinu.tv/drone/omnibus commands: - - sccache -s - (cd bheisler && cargo build --verbose --all) - (cd bheisler && cargo test --verbose --all) - - sccache -s