From ae18aa91341a9fda5395eb7e728b9259a9f0af0f Mon Sep 17 00:00:00 2001 From: Mattias Reichel Date: Fri, 21 Nov 2025 13:59:00 +0100 Subject: [PATCH] [skip ci] post 7.0.3 release adjustments --- etc/bin/verify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/bin/verify.sh b/etc/bin/verify.sh index 6a3a53a44ec..126d42ea27d 100755 --- a/etc/bin/verify.sh +++ b/etc/bin/verify.sh @@ -109,7 +109,7 @@ echo "✅ RAT passed" echo "Verifying Reproducible Build ..." set +e # because we have known issues here -verify-reproducible.sh "${DOWNLOAD_LOCATION}" +"${SCRIPT_DIR}/verify-reproducible.sh" "${DOWNLOAD_LOCATION}" set -e echo "✅ Reproducible Build Verified"