why does the cargo usage mess up everything?
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
This commit is contained in:
parent
0b0d7a44c3
commit
97a7c994b8
@ -13,7 +13,7 @@ ENV CROSS_CONTAINER_IN_CONTAINER=true
|
|||||||
RUN rustup install nightly && \
|
RUN rustup install nightly && \
|
||||||
rustup target add thumbv7em-none-eabihf armv7-unknown-linux-gnueabihf && \
|
rustup target add thumbv7em-none-eabihf armv7-unknown-linux-gnueabihf && \
|
||||||
rustup component add rustfmt clippy
|
rustup component add rustfmt clippy
|
||||||
RUN cargo install mdbook --no-default-features --features search --vers "^0.4" --locked
|
# RUN cargo install mdbook --no-default-features --features search --vers "^0.4" --locked
|
||||||
|
|
||||||
# SSH stuff to allow deployment to doc server
|
# SSH stuff to allow deployment to doc server
|
||||||
RUN adduser --uid 114 jenkins
|
RUN adduser --uid 114 jenkins
|
||||||
|
Loading…
Reference in New Issue
Block a user