fix: Use nightly so Github actions won't exit with 137
This commit is contained in:
parent
534834680b
commit
04c79984c0
@ -3,7 +3,8 @@ WORKDIR /src
|
|||||||
RUN apt-get update &&\
|
RUN apt-get update &&\
|
||||||
apt-get install -y libssl-dev gcc musl pkg-config
|
apt-get install -y libssl-dev gcc musl pkg-config
|
||||||
COPY ./ .
|
COPY ./ .
|
||||||
RUN cargo build --release
|
RUN rustup default nightly && rustup update
|
||||||
|
RUN cargo build --release --jobs 2 -Z sparse-registry
|
||||||
|
|
||||||
|
|
||||||
FROM debian:stable
|
FROM debian:stable
|
||||||
|
Loading…
Reference in New Issue
Block a user