Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Jul 17, 2024
1 parent ec0a905 commit b05ce76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM rust:latest
ENV CARGO_INCREMENTAL=0 \
CARGO_TERM_COLOR=always
CARGO_TERM_COLOR=always \
RUST_MIN_STACK=16777216

WORKDIR /root/endian-num
COPY . .
Expand Down

0 comments on commit b05ce76

Please sign in to comment.