Skip to content

Commit 0627914

Browse files
committed
Trying it this way. That was likely causing the OSS fuzzer to
look at the wrong branch
1 parent c52add0 commit 0627914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/hpn-ssh/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#
1616
################################################################################
1717

18-
git pull --all
19-
git checkout oss_fuzz_tests
18+
#git pull --all
19+
#git checkout oss_fuzz_tests
2020

2121
# Enable null cipher
2222
sed -i 's/#define CFLAG_INTERNAL.*/#define CFLAG_INTERNAL 0/' cipher.c

0 commit comments

Comments
 (0)