Comment 22 for bug 1642068

Revision history for this message
John Lenton (chipaca) wrote :

I've put a branch up that drops a few things so that building snapd without cgo is possible. Could you take it from https://github.com/chipaca/snappy/tree/no-c and either build it, and repeat the memory tests?

You can either build it entirely by hand setting CGO_ENABLED=0 to force it to build a static binary, or build it normally (using dpkg-buildpackage) and then force the resolver to use the pure go one with GODEBUG=netdns=go

Thanks!