Christopher Baines <m...@cbaines.net> writes:
> I've tried builing locally with the following command, and I get > something that suggests there may be a problem, but I'm not sure where > to go from here. > > $ ./pre-inst-env guix build --no-grafts --rounds=2 --check ruby > > guix build: error: build failed: derivation > `/gnu/store/37rb11ivy4w6ydn0px386k158ixbgczz-ruby-2.5.1.drv' may not be > deterministic You can add “-K” to keep the second build. Then you can compare the two directories with diffoscope. (You only need “--check” if you already have a local build; “--rounds=2” is for an initial build that should be performed twice.) -- Ricardo