Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a6ea205

Browse files
committedJul 17, 2024··
test2
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
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)
Please sign in to comment.