bromite-buildtools/start-goma-server.sh

10 lines
433 B
Bash
Raw Normal View History

2021-05-29 16:26:54 +05:30
#!/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