bromite-buildtools/setup-goma-client.sh

10 lines
394 B
Bash
Raw Normal View History

#!/bin/bash
2021-05-29 18:35:36 +00:00
echo -e ${RED} -------- set envs ${NC}
2021-05-31 08:09:05 +00:00
PATH=$GITHUB_WORKSPACE/chromium/src/third_party/llvm-build/Release+Asserts/bin:$GITHUB_WORKSPACE/depot_tools/:/usr/local/go/bin:$PATH
2021-05-29 18:35:36 +00:00
2021-05-31 08:09:05 +00:00
cipd install infra/goma/client/linux-amd64 -root $GITHUB_WORKSPACE/goma
2021-05-31 13:17:32 +00:00
echo "nomatter" >$GITHUB_WORKSPACE/.debug_auth_file
2021-05-31 08:09:05 +00:00
sudo cp $GITHUB_WORKSPACE/bromite-buildtools/goma_auth.py $GITHUB_WORKSPACE/goma/