Skip to content

Commit

Permalink
feat: add valgrind support to all images
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Jan 31, 2024
1 parent 85dcc42 commit 32920c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/llvm_runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update && \
software-properties-common jq \
openssh-client git \
build-essential \
libncurses5 xz-utils wget gnupg musl-tools && \
libncurses5 xz-utils wget gnupg musl-tools valgrind && \
rm -rf /var/lib/apt/lists/*

ENV RUSTUP_HOME=/usr/local/rustup \
Expand Down
2 changes: 1 addition & 1 deletion images/llvm_runner/jammy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
software-properties-common jq \
openssh-client git \
build-essential \
libncurses5 xz-utils wget gnupg musl-tools && \
libncurses5 xz-utils wget gnupg musl-tools valgrind && \
rm -rf /var/lib/apt/lists/*

# Set gcc-9 as default for old compiler builds
Expand Down

0 comments on commit 32920c3

Please sign in to comment.