From 6607644b657e048e64a78fa2436199c65ea63337 Mon Sep 17 00:00:00 2001 From: Smaug123 <3138005+Smaug123@users.noreply.github.com> Date: Thu, 11 Jul 2024 00:43:19 +0100 Subject: [PATCH 1/2] Add reproducibility check --- .woodpecker/.build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index 310e74a..463211a 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -10,6 +10,8 @@ "nix develop --command bash -c 'dotnet tool restore && ./hooks/pre-push'", # Test "nix build", + # Reproducibility + "nix build --rebuild", "nix run . -- verify AnkiStatic.Test/CapitalsOfTheWorld.json", "nix develop --command dotnet test", "nix develop --command dotnet test --configuration Release" -- 2.51.0 From 04e74518d53d145ebfddd0990fe812e2a4b6d0b4 Mon Sep 17 00:00:00 2001 From: Smaug123 <3138005+Smaug123@users.noreply.github.com> Date: Fri, 12 Jul 2024 00:45:40 +0100 Subject: [PATCH 2/2] Kick pipeline -- 2.51.0