mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-29 20:25:43 +08:00
large memory contract tests, plus a docker container for running heaptrack
This commit is contained in:
15
Dockerfile.memtest
Normal file
15
Dockerfile.memtest
Normal file
@@ -0,0 +1,15 @@
|
||||
FROM rust:latest
|
||||
|
||||
WORKDIR /src/blockstack-core
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install valgrind heaptrack -y
|
||||
RUN apt-get install less
|
||||
|
||||
RUN rustup install stable
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN cargo test --no-run
|
||||
|
||||
CMD ["bash"]
|
||||
Reference in New Issue
Block a user