Closed AudriusButkevicius closed 8 years ago
You could try building with -tags appengine
. If that works, we should just be able to add solaris
to everywhere where there is a conditional build for appengine
. This will disable mmap. I am not sure if Go on Solaris supports mmap.
I switched to using golang.org/x/sys/unix
instead of syscall
. Could you test the latest master to see if it works for you now?
Seems to build now. though I am crosscompiling.
Also, -tags appengine works too it seems.