mirror of https://github.com/google/oss-fuzz.git
Update to build.sh file. (#11837)
This is related to PR #11784. I didn't correctly understand how OSS-Fuzz
was checking out commits from my repository. I had a "git pull --all" in
my build file and that seems to have resulted in an error that ended the
fuzzing run. This should resolve that problem. The only change is in
commit 3d770f5
.
If there is a better way to update the project files please let me know.
Thanks for your time
This commit is contained in:
parent
c44ef8c585
commit
798883d45d
|
@ -15,8 +15,8 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
git pull --all
|
||||
git checkout oss_fuzz_tests
|
||||
#git pull --all
|
||||
#git checkout oss_fuzz_tests
|
||||
|
||||
# Enable null cipher
|
||||
sed -i 's/#define CFLAG_INTERNAL.*/#define CFLAG_INTERNAL 0/' cipher.c
|
||||
|
|
Loading…
Reference in New Issue