Use new omnibus build image.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bill Thiede 2019-06-23 15:11:04 -07:00
parent 3f3a102e4f
commit 932ecf182c

View File

@ -3,13 +3,13 @@ name: default
steps: steps:
- name: debug - name: debug
image: registry.z.xinu.tv/drone/rust:2019-06-22-r2 image: registry.z.xinu.tv/drone/omnibus
commands: commands:
- env | sort - env | sort
- find $PWD - find $PWD
- name: rtiow - name: rtiow
image: registry.z.xinu.tv/drone/rust:2019-06-22-r2 image: registry.z.xinu.tv/drone/omnibus
commands: commands:
- sccache -s - sccache -s
- apt-get update && apt-get install -y libgoogle-perftools-dev - apt-get update && apt-get install -y libgoogle-perftools-dev
@ -18,7 +18,7 @@ steps:
- sccache -s - sccache -s
- name: aobench - name: aobench
image: registry.z.xinu.tv/drone/rust:2019-06-22-r2 image: registry.z.xinu.tv/drone/omnibus
commands: commands:
- sccache -s - sccache -s
- (cd aobench && cargo build --verbose --all) - (cd aobench && cargo build --verbose --all)
@ -26,7 +26,7 @@ steps:
- sccache -s - sccache -s
- name: bheisler - name: bheisler
image: registry.z.xinu.tv/drone/rust:2019-06-22-r2 image: registry.z.xinu.tv/drone/omnibus
commands: commands:
- sccache -s - sccache -s
- (cd bheisler && cargo build --verbose --all) - (cd bheisler && cargo build --verbose --all)