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