Skip to content

Commit

Permalink
chore: add valgrind to nix develop (#4365)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch authored Jan 26, 2024
1 parent 02b7033 commit a444087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
# We're not including openssl1.1.1 in our package list to avoid confusing cmake.
# It will be in the PATH of our devShell for use in tests.
pythonEnv
pkgs.valgrind
corretto
pkgs.iproute2
pkgs.apacheHttpd
Expand Down
1 change: 1 addition & 0 deletions nix/shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ function test_toolchain_counts {
echo -e "Nix pytest:\t $(which pytest|grep -c '/nix/store')"
echo -e "Nix sslyze:\t $(which sslyze|grep -c '/nix/store')"
echo -e "python nassl:\t $(pip freeze|grep -c 'nassl')"
echo -e "valgrind:\t $(valgrind --version|grep -c 'valgrind-3.19.0')"
}

function test_nonstandard_compilation {
Expand Down

0 comments on commit a444087

Please sign in to comment.