grailbio / reflow

A language and runtime for distributed, incremental data processing in the cloud
Apache License 2.0
965 stars 52 forks source link

Cannot build -- New release? #109

Closed olgabot closed 5 years ago

olgabot commented 5 years ago

According to the Releases page the last release was v0.6.8 on August 15 2018, which is over 6 months ago and @prasadgopal mentioned that there have been a lot of changes since then.

Building the latest version fails:

Mon 25 Feb - 12:36  ~/code/reflow   origin ☊ master ✔ 
  export GOROOT=$HOME

 Mon 25 Feb - 12:36  ~/code/reflow   origin ☊ master ✔ 
  echo $GOROOT
/home/olga

 Mon 25 Feb - 12:36  ~/code/reflow   origin ☊ master ✔ 
  go install github.com/grailbio/reflow/cmd/buildreflow
build github.com/grailbio/reflow/cmd/buildreflow: cannot find module for path context
 ✘  Mon 25 Feb - 12:37  ~/code/reflow   origin ☊ master ✔ 
  which -a go
/home/olga/bin/go
/home/olga/bin/go

So is it possible to supply a new release? Thank you! Warmest, Olga

olgabot commented 5 years ago

And here is the golang version info:

 ✘  Mon 25 Feb - 12:40  ~/code/reflow   origin ☊ master ✔ 
  go version
go version go1.11.5 linux/amd64
mariusae commented 5 years ago

Reflow is now built by buildreflow (instructions included in README.md), and other than that, requires no special build infrastructure.