Merge pull request #263961 from raboof/rb-improve-issue-template

github: improve r-b issue template
This commit is contained in:
Arnout Engelen 2023-10-28 15:19:06 +02:00 committed by GitHub
commit a4e5fc030b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,10 +14,10 @@ Fixing bit-by-bit reproducibility also has additional advantages, such as avoidi
### Steps To Reproduce
```
nix-build '<nixpkgs>' -A ... --check --keep-failed
nix-build '<nixpkgs>' -A ... && nix-build '<nixpkgs>' -A ... --check --keep-failed
```
You can use `diffoscope` to analyze the differences in the output of the two builds.
If this command completes successfully, no differences where found. However, when it ends in `error: derivation '<X>' may not be deterministic: output '<Y>' differs from '<Z>'`, you can use `diffoscope <Y> <Z>` to analyze the differences in the output of the two builds.
To view the build log of the build that produced the artifact in the binary cache: