We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc3edb commit 3e46d52Copy full SHA for 3e46d52
crates/bench/Dockerfile
@@ -2,7 +2,8 @@
2
# Set up to run from linux / WSL (running from a windows file system will be extremely slow).
3
# See the README for commands to run.
4
5
-FROM rust:1.72
+# sync with: ../../rust-toolchain.toml
6
+FROM rust:1.74
7
8
RUN apt-get update && \
9
apt-get install -y valgrind protobuf-compiler bash && \
@@ -11,3 +12,5 @@ RUN apt-get update && \
11
12
ENV CARGO_TARGET_DIR=/projects/SpacetimeDB/linux-target
13
ENV CARGO_HOME=/projects/SpacetimeDB/linux-cache
14
ENV RUSTUP_HOME=/projects/SpacetimeDB/linux-rustup
15
+
16
+RUN rustup default 1.74 && cargo install --git https://github.com/clockworklabs/iai-callgrind.git --branch main iai-callgrind-runner
0 commit comments