bromite-buildtools/start-goma-server.sh

10 lines
449 B
Bash
Executable File

#!/bin/bash
#export GOPATH=~/go
#export GOCACHE=~/go
export REDISHOST=localhost
git clone https://github.com/uazo/goma-server
cd ./goma-server/
go run ./cmd/remoteexec_proxy/main.go --port 5050 --remoteexec-addr $REMOTEEXEC_ADDR --remote-instance-name default_instance --insecure-remoteexec --allowed-users ppp --exec-config-file "./config-file" --exec-check-cache-timeout 30s --exec-max-retry-count 50 --exec-execute-timeout 600s >log.txt 2>&1 &