Skip to content

Commit a444087

Browse files
authored
chore: add valgrind to nix develop (#4365)
1 parent 02b7033 commit a444087

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
# We're not including openssl1.1.1 in our package list to avoid confusing cmake.
2626
# It will be in the PATH of our devShell for use in tests.
2727
pythonEnv
28+
pkgs.valgrind
2829
corretto
2930
pkgs.iproute2
3031
pkgs.apacheHttpd

nix/shell.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ function test_toolchain_counts {
136136
echo -e "Nix pytest:\t $(which pytest|grep -c '/nix/store')"
137137
echo -e "Nix sslyze:\t $(which sslyze|grep -c '/nix/store')"
138138
echo -e "python nassl:\t $(pip freeze|grep -c 'nassl')"
139+
echo -e "valgrind:\t $(valgrind --version|grep -c 'valgrind-3.19.0')"
139140
}
140141

141142
function test_nonstandard_compilation {

0 commit comments

Comments
 (0)