diff --git a/dolt.spec b/dolt.spec index 68fd28f..c1a115a 100644 --- a/dolt.spec +++ b/dolt.spec @@ -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