You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helper.py doesn't clean up build directories: #9249 so if build scripts don't do it themselves depending on the build system they can end up failing or reusing unsanitized builds when helper.py starts building sanitized builds for centipede. Even though the underlying issue is the same as #9249 I think this issue is different in that helper.py doesn't have to be run a few times in a row explicitly.
It's possible to get it around by cleaning up build directories explicitly or by switching to podman and applying the patch adding :O from #9249.
The text was updated successfully, but these errors were encountered:
Fair enough. Though I think it would be great if OSS-Fuzz supported podman out of the box as well. It was kind of rejected in #4774 but I think it's worth revisiting because podman is much better integrated into RPM-based distributions at least.
helper.py
doesn't clean up build directories: #9249 so if build scripts don't do it themselves depending on the build system they can end up failing or reusing unsanitized builds whenhelper.py
starts building sanitized builds for centipede. Even though the underlying issue is the same as #9249 I think this issue is different in thathelper.py
doesn't have to be run a few times in a row explicitly.It's possible to get it around by cleaning up build directories explicitly or by switching to
podman
and applying the patch adding:O
from #9249.The text was updated successfully, but these errors were encountered: