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:
Chris Rapier 2024-05-02 11:10:26 -04:00 committed by GitHub
parent c44ef8c585
commit 798883d45d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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