mirror of https://github.com/LemmyNet/lemmy.git
build diesel as root
parent
f7cdadc9c2
commit
964332db12
|
@ -24,8 +24,9 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- mdbook build docs/
|
- mdbook build docs/
|
||||||
|
|
||||||
|
# this build somehow fails with the 1.47.0 image/without root
|
||||||
- name: install diesel cli
|
- name: install diesel cli
|
||||||
image: ekidd/rust-musl-builder:1.47.0
|
image: ekidd/rust-musl-builder:experimental-stable
|
||||||
user: root
|
user: root
|
||||||
volumes:
|
volumes:
|
||||||
- name: dieselcli
|
- name: dieselcli
|
||||||
|
|
Loading…
Reference in New Issue