You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand (from Slack history, thread from Sep 7) that for the moment only Go 1.11.x is supported. This is not clearly documented, and really difficult to figure out if you naively try to follow the getting started docs (i.e. https://github.com/jpmorganchase/quorum-examples#running-locally)
On MacOS, the failing behaviour of Go 1.13 is: Fatal: Failed to raise file descriptor allowance: invalid argument which is very difficult to connect to the need to downgrade Go. (See also #756.)
I think it would be helpful to:
document the Go 1.11.x limitation better
enforce the Go 1.11.x limitation in build/env.sh, so that if you try building with go 1.13, you get a nice loud error
I understand (from Slack history, thread from Sep 7) that for the moment only Go 1.11.x is supported. This is not clearly documented, and really difficult to figure out if you naively try to follow the getting started docs (i.e. https://github.com/jpmorganchase/quorum-examples#running-locally)
On MacOS, the failing behaviour of Go 1.13 is:
Fatal: Failed to raise file descriptor allowance: invalid argument
which is very difficult to connect to the need to downgrade Go. (See also #756.)I think it would be helpful to:
I don't know if upstream has already solved this, or if I should be reporting it there.
The text was updated successfully, but these errors were encountered: