aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev
diff options
context:
space:
mode:
authorGravatar Kevin Lubick <kjlubick@google.com>2017-04-10 15:08:59 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-04-12 12:10:05 +0000
commit7cad9897d413dd18adc2d95ab04d0568f788c69e (patch)
tree3b1b0aa721d9adf3043cc602ad5fb7762242f909 /site/dev
parent5a1c64524b9c71059eb73e3578b29bd2c53a0ade (diff)
Add docs for downloading prebuilt binaries from CIPD
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>
Diffstat (limited to 'site/dev')
-rw-r--r--site/dev/testing/xsan.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/site/dev/testing/xsan.md b/site/dev/testing/xsan.md
index 56cc2bec7a..8b71a138e6 100644
--- a/site/dev/testing/xsan.md
+++ b/site/dev/testing/xsan.md
@@ -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"