Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Fuzzing Build Failure Due to Outdated
pip
The pre-installed version of `pip` (19.x) was outdated and unable to parse the `pyproject.toml` syntax during the install step in `build.sh` causing the script to error out and crash. Upgrading `pip` to the latest version in the project image resolves the issue and allows the installation to complete. [1]: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=67399
- Loading branch information