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 02b7033 commit a444087Copy full SHA for a444087
flake.nix
@@ -25,6 +25,7 @@
25
# We're not including openssl1.1.1 in our package list to avoid confusing cmake.
26
# It will be in the PATH of our devShell for use in tests.
27
pythonEnv
28
+ pkgs.valgrind
29
corretto
30
pkgs.iproute2
31
pkgs.apacheHttpd
nix/shell.sh
@@ -136,6 +136,7 @@ function test_toolchain_counts {
136
echo -e "Nix pytest:\t $(which pytest|grep -c '/nix/store')"
137
echo -e "Nix sslyze:\t $(which sslyze|grep -c '/nix/store')"
138
echo -e "python nassl:\t $(pip freeze|grep -c 'nassl')"
139
+ echo -e "valgrind:\t $(valgrind --version|grep -c 'valgrind-3.19.0')"
140
}
141
142
function test_nonstandard_compilation {
0 commit comments