skia2/infra/wasm-common
Joe Gregorio 4cb778e367 Fix usage of depot_tools in containers.
depot_tools w/vpython now seems to require the depot_tools dir
to be on PATH, and also python and curl need to be installed.

  * Creates a new base image that has all the build tools we need for
building Skia: skia-build-tools.
  * Moves skia-release to use that new base image.
  * Moves both the skia-release and wasm builds to use fetch and gclient sync.
  * Changes gcr.io/skia-public/emsdk-base:prod to depend on skia-build-tools.


Bug: skia:993053
Change-Id: Ib6218d8c18dd59d43de84dcf063f204cfc8556d0
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/248556
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
Reviewed-by: Eric Boren <borenet@google.com>
2019-10-14 19:38:40 +00:00
..
docker Fix usage of depot_tools in containers. 2019-10-14 19:38:40 +00:00
gold Update gold aggregators to use new struct 2019-09-30 14:30:48 +00:00
perf Move common canvas/pathkit dockerfiles to more intuitive location 2019-04-09 23:14:13 +00:00
.gitignore Move common canvas/pathkit dockerfiles to more intuitive location 2019-04-09 23:14:13 +00:00
Makefile Move common canvas/pathkit dockerfiles to more intuitive location 2019-04-09 23:14:13 +00:00
README.md [canvaskit] Update to build with emscripten 1.38.47 2019-10-09 15:08:10 +00:00

This directory contains docker images that will be run on swarming to build/test/perf WASM code.

For docker images that run on Cloud Build, see $SKIA_ROOT/docker.