Hi, thanks for open-sourcing this project — I’m very interested in exploring it.
While trying to build the test targets, I noticed that the build script references the repository:
git@github.com:Team-Atlanta/oss-fuzz.git
However, this repository does not seem to exist or is not publicly accessible. Because of this, the build process fails at the step where this dependency is fetched.
Could you please clarify:
- Is this repository private or deprecated?
- Is there an alternative repository I should use?
- What is the correct way to build the test targets for this project?
Any guidance or updated instructions would be greatly appreciated.
Thank you!