[roll] Roll fuchsia Revert "[fuchsia-repo] log crc32 if serving blob incomplete"

This reverts commit 5b3b8fb3f781fe30bc2105836848d7b0f35c30d8.

Reason for revert: blob corruption issue was fixed

Original change's description:
> [fuchsia-repo] log crc32 if serving blob incomplete
>
> If pkg-resolver get an error writing blob, it will abort the blob fetch,
> add a log with CRC32 of the data served so far to help debugging.
>
> Also fixed a potential issue if file is larger than 4GB and usize is 32
> bits.
>
> Original-Bug: 378158208
> Change-Id: I10072aece75297516d322e691b170726d94a2f46
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1189178
> Commit-Queue: Sen Jiang <senj@google.com>
> Reviewed-by: Ben Keller <galbanum@google.com>

Original-Bug: 378158208
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1234145
Original-Revision: 8fc43b4124e627153a6aff935c4b509d4228b32a
GitOrigin-RevId: 3042be46057131b991a221e42d645577833e2fd6
Change-Id: Id15b3a2ac95802f35b6059a027e9652e0fdd67e6
1 file changed
tree: 73dd699d5ada3c2c044b011f981a5d57740faf5a
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.