add mtool
This commit is contained in:
parent
f4027f0511
commit
8c08b79451
@ -7,7 +7,15 @@ WORKSPACE=/home/lg/working_dir
|
|||||||
|
|
||||||
PATH=$WORKSPACE/chromium/src/third_party/llvm-build/Release+Asserts/bin:$WORKSPACE/depot_tools/:/usr/local/go/bin:$PATH
|
PATH=$WORKSPACE/chromium/src/third_party/llvm-build/Release+Asserts/bin:$WORKSPACE/depot_tools/:/usr/local/go/bin:$PATH
|
||||||
|
|
||||||
sudo apt-get install -y lsof libgoogle-glog-dev libprotobuf17 libgrpc++1
|
sudo apt-get install -y lsof libgoogle-glog-dev libprotobuf17 libgrpc++1 parallel golang-go
|
||||||
|
|
||||||
|
echo -e ${RED} -------- download mtool ${NC}
|
||||||
|
git clone https://github.com/bromite/mtool
|
||||||
|
cd mtool
|
||||||
|
make
|
||||||
|
|
||||||
|
echo -e ${RED} -------- download goma client ${NC}
|
||||||
|
cd $WORKSPACE
|
||||||
cipd install infra/goma/client/linux-amd64 -root $WORKSPACE/goma
|
cipd install infra/goma/client/linux-amd64 -root $WORKSPACE/goma
|
||||||
|
|
||||||
echo "nomatter" >$WORKSPACE/.debug_auth_file
|
echo "nomatter" >$WORKSPACE/.debug_auth_file
|
||||||
|
Loading…
Reference in New Issue
Block a user