This commit is contained in:
Sergey Zhemoytel 2023-10-01 10:26:00 +00:00
parent 5edef76783
commit 75ff2ae474

View file

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