Re: Proper handling of ocaml_captures_build_path

2020-02-12 Thread Chris Lamb
Hi Stéphane, > > Whilst obviously not strictly identical (eg. the use of the `minimal` > > build target), I remain unclear on what the material difference is. > > The "snippet" is: > > export BUILD_PATH_PREFIX_MAP ?= .=$(CURDIR) > > which is located in /usr/share/ocaml/ocamlvars.mk, which is

Re: [rb-general] Quick reproducible test for GNU Guix

2020-02-12 Thread Christopher Baines
Ludovic Courtès writes: >> Eventually, I'd like to do more systematic test of guix packages, with >> published logs per-package, rather than whatever I happened to build on >> the system so far, but this was a quick start to help flesh out ideas >> for feature requests to "guix challenge" to mak

Re: Research on Reproducible Builds

2020-02-12 Thread Omar Navarro Leija
Hello Julien, I'm glad you enjoyed the work! Your understanding of DetTrace is correct. Our container abstraction is very lightweight in the sense that we just piggyback off Linux namespaces + chroot to provide isolation. Currently, to provide reproducibility, someone using DetTrace should downlo

Re: Research on Reproducible Builds

2020-02-12 Thread Julien Lepiller
Le 12 février 2020 11:50:11 GMT-05:00, Omar Navarro Leija a écrit : >Hello Julien, > >I'm glad you enjoyed the work! > >Your understanding of DetTrace is correct. Our container abstraction is >very lightweight in the sense that we just piggyback off Linux >namespaces + >chroot to provide isolatio