From 964332db125572f68ea472177c3ec1dc7a543c5f Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Thu, 10 Dec 2020 20:57:28 +0100 Subject: [PATCH] build diesel as root --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 62d825ffb..6ad706877 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,8 +24,9 @@ steps: commands: - mdbook build docs/ + # this build somehow fails with the 1.47.0 image/without root - name: install diesel cli - image: ekidd/rust-musl-builder:1.47.0 + image: ekidd/rust-musl-builder:experimental-stable user: root volumes: - name: dieselcli