Closed GoogleCodeExporter closed 9 years ago
https://camlistore-review.googlesource.com/#/c/3577/
Original comment by dsimfab...@gmail.com
on 22 Aug 2014 at 1:25
This used to work. So this must have regressed during the latest update to
czniv/kv. It now depends on C code? That's not good.
I'd rather remove the use of C code than "fix" this by adding gcc to the Docker
container.
Original comment by bradfitz
on 22 Aug 2014 at 4:36
yeah ok, I see what's going on. Jan has separated the zappy code in a version
with cgo and another without. I need to make sure we use the non cgo one I
suppose.
Original comment by mathieu....@gmail.com
on 22 Aug 2014 at 11:18
untested: https://camlistore-review.googlesource.com/3580
another option is to use -tags purego (defined in zappy).
or to modify the build tags in zappy source code so it never uses the cgo
version.
Original comment by mathieu....@gmail.com
on 22 Aug 2014 at 11:52
purego tag it is then...
8cf6ab92cf82bfc580c0d2045d195bd35e99cd34
Original comment by mathieu....@gmail.com
on 25 Aug 2014 at 2:53
This issue has moved to https://camlistore.org/issue/495
Original comment by bradfitz
on 14 Dec 2014 at 11:37
Original issue reported on code.google.com by
dsimfab...@gmail.com
on 22 Aug 2014 at 1:23