[go: up one dir, main page]

siso: Elaborate error from io.Copy in WriteDigestData

This is to see how much amount of data are fetched in io.Copy.

Bug: 450446294
Change-Id: I8541e84b5c7c6640d49af2cefcf00b685ce557fd
Reviewed-on: https://chromium-review.googlesource.com/c/build/+/7024174
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Reviewed-by: Junji Watanabe <jwata@google.com>
Commit-Queue: Junji Watanabe <jwata@google.com>
1 file changed
tree: 2837fc1c7da16a088ef6a6530e7c06a79fb8050d
  1. bench/
  2. gong/
  3. infra/
  4. kajiya/
  5. kzipinfo/
  6. runmc/
  7. siso/
  8. .gitignore
  9. .golangci.yml
  10. .style.yapf
  11. CONTRIBUTING.md
  12. LICENSE
  13. OWNERS
  14. PRESUBMIT.py
  15. README.md
  16. WATCHLISTS
README.md

build.git repository

This repository contains tools developed and owned by the Chrome Build Team.

Quick start

The steps for getting the code are:

  1. Install depot_tools
  2. Run git clone https://chromium.googlesource.com/build

We use the standard Go module workflow to work on our projects.

Links