From f68e4e77dc37116649e6978f716a508349f450d6 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Fri, 30 Jul 2021 10:12:52 +0200 Subject: [PATCH] add use of preload flag in goma-server --- images/goma-server/install-goma-server.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/images/goma-server/install-goma-server.sh b/images/goma-server/install-goma-server.sh index 612b1c4..a1104ca 100755 --- a/images/goma-server/install-goma-server.sh +++ b/images/goma-server/install-goma-server.sh @@ -17,3 +17,8 @@ rm go1.16.2.linux-amd64.tar.gz echo -e ${RED} -------- cloning goma-server ${NC} 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 ..