add use of preload flag in goma-server

This commit is contained in:
uazo 2021-07-30 10:12:52 +02:00 committed by GitHub
parent edecf413de
commit f68e4e77dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,3 +17,8 @@ rm go1.16.2.linux-amd64.tar.gz
echo -e ${RED} -------- cloning goma-server ${NC} echo -e ${RED} -------- cloning goma-server ${NC}
git clone https://github.com/uazo/goma-server git clone https://github.com/uazo/goma-server
cd goma-server
/usr/local/go/bin/go run ./cmd/remoteexec_proxy/main.go --preload=true
cd ..