Skip to content

Commit

Permalink
#Centipede Fix the recent CI error where dsym cannot find the object …
Browse files Browse the repository at this point in the history
…files.

PiperOrigin-RevId: 704688171
  • Loading branch information
xinhaoyuan authored and copybara-github committed Dec 10, 2024
1 parent 3c7f09c commit deb7580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centipede/testing/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __sancov_fuzz_target_impl(ctx):
inputs = [executable_dst],
outputs = [dsym_dst],
command = "dsymutil %s -o %s" % (executable_dst.path, dsym_dst.path),
execution_requirements = {"no-remote-exec": ""},
execution_requirements = {"local": ""},
)
runfiles = runfiles.merge(ctx.runfiles(files = [dsym_dst]))

Expand Down

0 comments on commit deb7580

Please sign in to comment.