Skip to content

Commit 45f2ba4

Browse files
nit
Signed-off-by: David Korczynski <david@adalogics.com>
1 parent 5abd280 commit 45f2ba4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

projects/nss/replay_build.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@ copy_fuzzer()
3232
cp ../dist/Debug/bin/$fuzzer $OUT/$name
3333
}
3434

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.
35+
# Rebuild the library using most recent cache
3936
cd $SRC/nss
37+
ninja -C /src/nss/out/Debug -v
4038

4139
# Copy dual mode targets in TLS mode.
4240
for name in "${!tls_targets[@]}"; do

0 commit comments

Comments
 (0)