about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorArnout Engelen <arnout@bzzt.net>2023-10-28 15:19:06 +0200
committerGitHub <noreply@github.com>2023-10-28 15:19:06 +0200
commita4e5fc030b7c82c29662672a776b5e8a178a9f6f (patch)
tree22c85fd47cc9b56393a33c6dcdb6c966a877d4d5 /.github
parentbc80b30141316563809470dab8cfd861cfb802a0 (diff)
parentaf23138727ef83ffa69216caee8a6f5a97ff6a02 (diff)
downloadnixlib-a4e5fc030b7c82c29662672a776b5e8a178a9f6f.tar
nixlib-a4e5fc030b7c82c29662672a776b5e8a178a9f6f.tar.gz
nixlib-a4e5fc030b7c82c29662672a776b5e8a178a9f6f.tar.bz2
nixlib-a4e5fc030b7c82c29662672a776b5e8a178a9f6f.tar.lz
nixlib-a4e5fc030b7c82c29662672a776b5e8a178a9f6f.tar.xz
nixlib-a4e5fc030b7c82c29662672a776b5e8a178a9f6f.tar.zst
nixlib-a4e5fc030b7c82c29662672a776b5e8a178a9f6f.zip
Merge pull request #263961 from raboof/rb-improve-issue-template
github: improve r-b issue template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/unreproducible_package.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/unreproducible_package.md b/.github/ISSUE_TEMPLATE/unreproducible_package.md
index a868c26ca54b..13988026f8d7 100644
--- a/.github/ISSUE_TEMPLATE/unreproducible_package.md
+++ b/.github/ISSUE_TEMPLATE/unreproducible_package.md
@@ -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: