File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
src/clusterfuzz/_internal/bot/tasks/utasks Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -1795,13 +1795,6 @@ def run(self):
17951795 return uworker_msg_pb2 .Output ( # pylint: disable=no-member
17961796 error_type = uworker_msg_pb2 .ErrorType .FUZZ_BUILD_SETUP_FAILURE ) # pylint: disable=no-member
17971797
1798- # Centipede requires separate binaries for sanitized targets.
1799- if environment .is_centipede_fuzzer_job ():
1800- sanitized_target_bucket_path = environment .get_value (
1801- 'SANITIZED_TARGET_BUILD_BUCKET_PATH' )
1802- if sanitized_target_bucket_path :
1803- logs .error ('Failed to set up sanitized_target_build.' )
1804-
18051798 # Check if we have a bad build, i.e. one that crashes on startup.
18061799 # If yes, bail out.
18071800 logs .info ('Checking for bad build.' )
You can’t perform that action at this time.
0 commit comments