[go: up one dir, main page]

siso: fix test on mac

mac's temp dir is /tmp -> private/tmp, so
t.TempDir() will be directory including symlink,
which confuses hashfs.
Use EvalSymlinks.

Change-Id: Ibbeede051500ad1aeb3a2b172edf783e9a44d8e0
Reviewed-on: https://chromium-review.googlesource.com/c/build/+/7007867
Auto-Submit: Fumitoshi Ukai <ukai@google.com>
Commit-Queue: Fumitoshi Ukai <ukai@google.com>
Reviewed-by: Marc Jin <jmarc@google.com>
Reviewed-by: Richard Wang <richardwa@google.com>
38 files changed
tree: da863602f75f49eb6f726dee7f244b346975a6c1
  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