We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5abd280 commit 45f2ba4Copy full SHA for 45f2ba4
projects/nss/replay_build.sh
@@ -32,11 +32,9 @@ copy_fuzzer()
32
cp ../dist/Debug/bin/$fuzzer $OUT/$name
33
}
34
35
-# Modify the harness to make sure we recompile
36
-ninja -C /src/nss/out/Debug -v
37
-
38
-# Build the library only in TLS fuzzing mode.
+# Rebuild the library using most recent cache
39
cd $SRC/nss
+ninja -C /src/nss/out/Debug -v
40
41
# Copy dual mode targets in TLS mode.
42
for name in "${!tls_targets[@]}"; do
0 commit comments