Skip to content

Commit b05ce76

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM rust:latest
22
ENV CARGO_INCREMENTAL=0 \
3-
CARGO_TERM_COLOR=always
3+
CARGO_TERM_COLOR=always \
4+
RUST_MIN_STACK=16777216
45

56
WORKDIR /root/endian-num
67
COPY . .

0 commit comments

Comments
 (0)