Commit 140de12e authored by Wez's avatar Wez Committed by Commit Bot

Roll Fuchsia SDK from 959c11146fd1 to 3a07104afeb7


The AutoRoll server is located here: https://fuchsia-sdk-chromium-roll.skia.org

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.


CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia_arm64_cast_audio;luci.chromium.try:fuchsia_x64_cast_audio
TBR=cr-fuchsia+bot@chromium.org

Change-Id: I4129f2fa7e0a9162077e6aeb6ded3c1857113638
Reviewed-on: https://chromium-review.googlesource.com/1124666Reviewed-by: default avatarWez <wez@chromium.org>
Reviewed-by: default avatarFuchsia SDK Autoroller <fuchsia-sdk-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Commit-Queue: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572274}
parent 607bfe3b
...@@ -321,7 +321,8 @@ int LaunchChildTestProcessWithOptions(const CommandLine& command_line, ...@@ -321,7 +321,8 @@ int LaunchChildTestProcessWithOptions(const CommandLine& command_line,
DCHECK(!new_options.job_handle); DCHECK(!new_options.job_handle);
zx::job job_handle; zx::job job_handle;
zx_status_t result = zx::job::create(GetDefaultJob(), 0, &job_handle); zx_status_t result =
zx::job::create(*zx::unowned<zx::job>(GetDefaultJob()), 0, &job_handle);
ZX_CHECK(ZX_OK == result, result) << "zx_job_create"; ZX_CHECK(ZX_OK == result, result) << "zx_job_create";
new_options.job_handle = job_handle.get(); new_options.job_handle = job_handle.get();
#endif // defined(OS_FUCHSIA) #endif // defined(OS_FUCHSIA)
......
959c11146fd1d6e3eb747ba9b6bd87927364fa74 3a07104afeb72fd5454fca8e0d48d5d7ee68e0c7
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment