frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Reproducible C++ builds by logging Git hashes

https://jgarby.uk/posts/git_repr/
1•j4cobgarby•1h ago

Comments

j4cobgarby•1h ago
Here's a short writeup of a bit of my build system for a project I'm working on. It's pretty simple, and is just a relatively clean way of recording the repository state when code was compiled, so I can reproduce results later on. Just thought the interaction between git, cmake, and C++ was a bit nice!