projects
/
lemmy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7cdadc
)
build diesel as root
author
Felix Ableitner
<me@nutomic.com>
Thu, 10 Dec 2020 19:57:28 +0000
(20:57 +0100)
committer
Felix Ableitner
<me@nutomic.com>
Thu, 10 Dec 2020 19:57:28 +0000
(20:57 +0100)
.drone.yml
patch
|
blob
|
history
diff --git
a/.drone.yml
b/.drone.yml
index 62d825ffbbbf855bea186d0d9b46180b24a3d034..6ad7068776cc96109c7052eeeb88b9af62114cc3 100644
(file)
--- 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