We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b05ce76 commit a6ea205Copy full SHA for a6ea205
Dockerfile
@@ -1,7 +1,7 @@
1
FROM rust:latest
2
ENV CARGO_INCREMENTAL=0 \
3
CARGO_TERM_COLOR=always \
4
- RUST_MIN_STACK=16777216
+ RUST_MIN_STACK=33554432
5
6
WORKDIR /root/endian-num
7
COPY . .
0 commit comments