[test] add depot_tools
This commit is contained in:
parent
ab8edbea3d
commit
1f14f77258
@ -1,5 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
#------------------
|
||||
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
||||
cd depot_tools/
|
||||
git apply ../bromite-buildtools/depot_tools.diff
|
||||
cd ..
|
||||
PATH=$PWD/chromium/src/third_party/llvm-build/Release+Asserts/bin:$PWD/depot_tools/:/usr/local/go/bin:$PATH
|
||||
#------------------
|
||||
|
||||
cipd install infra/goma/client/linux-amd64 -root ~/goma
|
||||
|
||||
cat "nomatter" >~/.debug_auth_file
|
||||
|
Loading…
Reference in New Issue
Block a user