Add docs for downloading prebuilt binaries from CIPD
authorKevin Lubick <kjlubick@google.com>
Mon, 10 Apr 2017 19:08:59 +0000 (15:08 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Wed, 12 Apr 2017 12:10:05 +0000 (12:10 +0000)
NOTRY=true
DOCS_PREVIEW= https://skia.org/?cl=13101
Bug: skia:
Change-Id: Iefa8070c65881ff8c05a3b88aa8385fcc1a427ff

Change-Id: Iefa8070c65881ff8c05a3b88aa8385fcc1a427ff
Reviewed-on: https://skia-review.googlesource.com/13101
Reviewed-by: Mike Klein <mtklein@chromium.org>
Commit-Queue: Kevin Lubick <kjlubick@google.com>

site/dev/testing/xsan.md

index 56cc2be..8b71a13 100644 (file)
@@ -3,8 +3,14 @@ MSAN, ASAN, & TSAN
 
 *Testing Skia with memory, address, and thread santizers.*
 
-Get Clang binaries
-------------------
+Downloading Clang Binaries (Googlers Only)
+------------------------------------------
+
+    CLANGDIR="${HOME}/clang"
+    python infra/bots/assets/clang_linux/download.py -t $CLANGDIR
+
+Building Clang from scratch
+---------------------------
 
     CLANGDIR="${HOME}/clang"