This commit is contained in:
Sergey Zhemoytel 2023-11-29 09:15:33 +00:00
parent c1c5c6fbac
commit ae4799a8a1

View file

@ -28,7 +28,7 @@ them to a remote, or merge your teammate's changes
find . -perm 0755 -type f -exec chmod 0644 {} \; find . -perm 0755 -type f -exec chmod 0644 {} \;
%build %build
export GOPROXY=direct export GOPROXY=https://proxy.golang.org/cached-only
pushd go pushd go
go build -o ../bin/%{name} ./cmd/dolt go build -o ../bin/%{name} ./cmd/dolt
popd popd