build diesel as root

This commit is contained in:
Felix Ableitner 2020-12-10 20:57:28 +01:00
parent f7cdadc9c2
commit 964332db12
1 changed files with 2 additions and 1 deletions

View File

@ -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