Simon Jürgensmeyer
Simon Jürgensmeyer
Ah, great. I'm running instances on the Oracle Cloud free tier (thus, only a limited number of available operating systems, no custom images etc.)
Yep, worked, thank you. I used `dd of=/dev/sda bs=16M` to make it faster. Documenting this installation method would be nice 👍
check https://github.com/mailchain/goreleaser-xcgo https://medium.com/@robdefeo/cross-compile-with-cgo-and-goreleaser-6af884731222?sk=baf6553fa48cb0e28ea3519615f02576
Of course, I can't promise to merge it before seeing it, but generally spoken, that would be great! I also thought about adding a fuzzer library dependency for this.
Thanks for opening the ticket. You are right, this should be possible.
Currently the mac build is in progress: https://gitlab.com/cznic/sqlite/-/issues/24
Partially implemented with 715122e. Needs documentation and should affect the name of the benchmark.
With the Go module support, I'm really thinking of adding a `src` folder to my projects to unclutter the root folder. Are there any good up-to-date reasons not to do...
> There's a lot of good reason behind why you shouldn't, one of them being having to write github.com/user/repo/src instead of simply github.com/user/repo to get access to public API. This...
> > Yep, worked, thank you. I used `dd of=/dev/sda bs=16M` to make it faster. Documenting this installation method would be nice 👍 > > Hi, I wanted to implement...