Tell Docker to build Trunk with only one job
This might reduce the amount of memory it takes to build the CI image.
This commit is contained in:
parent
15375dc932
commit
f212cfadf4
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM rust:1.85-slim-bookworm
|
||||
RUN rustup target add wasm32-unknown-unknown
|
||||
RUN cargo install trunk
|
||||
RUN cargo install trunk --jobs 1
|
||||
WORKDIR /home
|
Loading…
Add table
Reference in a new issue