bromite-buildtools/setup-goma-client.sh

10 lines
394 B
Bash
Raw Permalink Normal View History

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