bromite-buildtools/setup-goma-client.sh

18 lines
440 B
Bash
Raw Normal View History

#!/bin/bash
cipd install infra/goma/client/linux-amd64 -root ~/goma
cat "nomatter" >~/.debug_auth_file
export GOMA_SERVER_HOST=127.0.0.1
export GOMA_SERVER_PORT=5050
export GOMA_USE_SSL=false
export GOMA_HTTP_AUTHORIZATION_FILE=~/.debug_auth_file
export GOMA_HERMETIC=error
export GOMA_USE_LOCAL=false
export GOMA_FALLBACK=true
export GOMA_ARBITRARY_TOOLCHAIN_SUPPORT=true
~/goma/goma_ctl.py ensure_stop
~/goma/goma_ctl.py ensure_start