4 ms·
Is there any known problems / pitfalls regarding cmake and reproducible builds? Just curious to know.
by sfrigon 9y ago
Is there any known problems / pitfalls regarding cmake and reproducible builds? Just curious to know.
- jwilk 9y agocmake uses absolute paths almost everywhere. This is a big problem if you want reproducible builds with varying build directory. https://lists.alioth.debian.org/pipermail/reproducible-builds/Week-of-Mon-20160905/006984.html https://lists.alioth.debian.org/pipermail/reproducible-build...