From 8c08b7945137dee27548acc7f3a269d0c8a5d5f0 Mon Sep 17 00:00:00 2001 From: uazo Date: Fri, 2 Jul 2021 11:34:38 +0000 Subject: [PATCH] add mtool --- images/bromite-build/pre-start.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/images/bromite-build/pre-start.sh b/images/bromite-build/pre-start.sh index 315155a..9fa0ff0 100644 --- a/images/bromite-build/pre-start.sh +++ b/images/bromite-build/pre-start.sh @@ -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 -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 echo "nomatter" >$WORKSPACE/.debug_auth_file