Skip to content

Commit a6ea205

Browse files
committed
test2
Signed-off-by: Martin Kröning <[email protected]>
1 parent b05ce76 commit a6ea205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM rust:latest
22
ENV CARGO_INCREMENTAL=0 \
33
CARGO_TERM_COLOR=always \
4-
RUST_MIN_STACK=16777216
4+
RUST_MIN_STACK=33554432
55

66
WORKDIR /root/endian-num
77
COPY . .

0 commit comments

Comments
 (0)