5 ms·
i thought it mainly implied architectural/hardware compatibility and deterministic output
by bt1a 4mo ago
i thought it mainly implied architectural/hardware compatibility and deterministic output
- aidenn0 4mo agoNix mostly does not guarantee deterministic output. It rather guarantees deterministic inputs, and then sandboxes the system to inhibit the build from accessing the outside world. Deterministic inputs do not always imply deterministic outputs.
- pabs3 4mo agoIndeed, the Reproducible Builds community is working on fixing non-deterministic build output https://reproducible-builds.org/ https://reproducible-builds.org/