Revert "DEPS: fix version of fuchsia/sdk/core to avoid build error"

This reverts commit a63adda6278e9caa75361051cb23fd914e533151.

Reason for revert:
This is not necessary after https://crrev.com/c/5585353.

Original change's description:
> DEPS: fix version of fuchsia/sdk/core to avoid build error
>
> This is a temporary workaround to avoid error like
> https://ci.chromium.org/ui/p/crashpad/builders/try/crashpad_fuchsia_arm64_dbg/1299/overview
>
> Bug:  41489832
> Change-Id: Ia5404b5d7a2f01f53211fba7b8d602b9236ccbd3
> Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/5599904
> Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
> Reviewed-by: Mark Mentovai <mark@chromium.org>

Bug: 41489832
Change-Id: I2c6d3c3008047a6f79fb3bfddd8240a758ee645a
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/5599914
Reviewed-by: Mark Mentovai <mark@chromium.org>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
This commit is contained in:
Takuto Ikuta 2024-06-06 01:54:04 +00:00 committed by Crashpad LUCI CQ
parent c09de98737
commit a1fc5d728b

5
DEPS
View File

@ -140,10 +140,7 @@ deps = {
'packages': [
{
'package': 'fuchsia/sdk/core/linux-amd64',
# TODO: make this latest after fixing
# "`__Fuchsia_API_level__` must be set to a non-zero value. For Clang,
# use `-ffuchsia-api-level`." warning.
'version': 'git_revision:d3d0c14f2fd20ada2295330547340c226e61630c',
'version': 'latest'
},
],
'condition': 'checkout_fuchsia and host_os == "linux"',