Revert "Dockerfile.arm: disable cargo build parallelization"
This reverts commit f0fa2f2709
.
This did not stop the OS from issuing SIGKILL to cargo and/or one of its
child processes.
This commit is contained in:
parent
f0fa2f2709
commit
f76243e0af
@ -9,7 +9,7 @@ WORKDIR /usr/src/libreddit
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN cargo install --jobs=1 --path=.
|
||||
RUN cargo install --path .
|
||||
|
||||
####################################################################################################
|
||||
## Final image
|
||||
|
Loading…
Reference in New Issue
Block a user