aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/skia/Dockerfile
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2018-07-11 10:47:51 -0700
committerGravatar GitHub <noreply@github.com>2018-07-11 10:47:51 -0700
commit1dc38bd6e46ae12ae9213732da731a29d14b8eb7 (patch)
tree8ae399ec262dc32f30a6e7c4a936b1806ef806f8 /projects/skia/Dockerfile
parenteafe48113d4373f9ac383d33cbe86d452255858e (diff)
Pin SwiftShader revision to a known good build. (#1606)
Diffstat (limited to 'projects/skia/Dockerfile')
-rw-r--r--projects/skia/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/skia/Dockerfile b/projects/skia/Dockerfile
index be0c5312..0b06d46c 100644
--- a/projects/skia/Dockerfile
+++ b/projects/skia/Dockerfile
@@ -32,6 +32,9 @@ RUN bin/sync
# Setup SwiftShader
WORKDIR $SRC/skia/third_party/externals/swiftshader/
+# TODO(metzman): Come up with a better long term solution, such as downloading
+# prebuilt libraries, than pinning swiftshader to a known working revision.
+RUN git checkout bf8fd5b5fb6892dabcc21b4b86d41cd40cb9b4b5
RUN git submodule update --init
WORKDIR $SRC/skia