Browse Source

change some CI-substitute logic

Nick Mathewson 4 years ago
parent
commit
4ceec4760c
1 changed files with 5 additions and 1 deletions
  1. 5 1
      doc/HACKING/ReleasingTor.md

+ 5 - 1
doc/HACKING/ReleasingTor.md

@@ -40,10 +40,14 @@ new Tor release:
     * clang scan-build.  (See the script in ./scripts/test/scan_build.sh)
 
     * make test-network and make test-network-all (with
-      --enable-expensive-hardening)
+      --enable-fragile-hardening)
 
     * Running Tor yourself and making sure that it actually works for you.
 
+    * Running Tor under valgrind.  (Our 'fragile hardening' doesn't cover
+      libevent and openssl, so using valgrind will sometimes find extra
+      memory leaks.)
+
 
 === II. Write a changelog