diff options
author | Joe Gregorio <jcgregorio@google.com> | 2018-06-20 09:53:05 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-06-20 14:19:01 +0000 |
commit | fba19c37f5693229ba5adfdc21db27c07803c4c5 (patch) | |
tree | c1557f41f527c4d8a54c9f909be871ceb75f0182 /docker | |
parent | 6c56055f65fc5a64a6124929f6313892cea18fe0 (diff) |
docker - Record the skia git hash.
Puts the git hash in an easy place for dependent docker files to retrieve it from.
Bug: skia:
Change-Id: I096c25554df76779b088d6aab91ddce31304ffde
Reviewed-on: https://skia-review.googlesource.com/136067
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/skia-release/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/skia-release/Dockerfile b/docker/skia-release/Dockerfile index 6c7e6ff642..dd09d808c5 100644 --- a/docker/skia-release/Dockerfile +++ b/docker/skia-release/Dockerfile @@ -45,6 +45,7 @@ RUN cd /tmp/skia/skia \ && python tools/git-sync-deps \ && ./bin/fetch-gn \ && ./bin/gn gen out/Static \ + && git rev-parse HEAD > VERSION \ && /tmp/depot_tools/ninja -C out/Static # Uncomment the lines below and update the ref to patch in a CL. |