From 0f88f2c1e5e108021ccddeee24f1216107115791 Mon Sep 17 00:00:00 2001 From: Lena Date: Wed, 1 Jul 2026 00:00:00 +0000 Subject: build: verify release inputs Pin and verify what goes into a release: JitPack confined to the SPAKE2 module via exclusiveContent, the vendored subtree pulled by commit SHA instead of a mutable tag, a pinned Docker base digest with a checksummed cmdline-tools download, and a verifyScrcpyServer task wired into every assets merge. The expected server checksum can be overridden with -PscrcpyServerSha256 when the jar is built from source. build-apk now requires apksigner and fails unless independent signature verification succeeds. Split the test image into unit and e2e targets so JVM-only test runs do not download an emulator. Ship THIRD_PARTY_NOTICES and the LGPL text for SPAKE2 in the APK. Add scripts/check as the host quality gate. --- scripts/check-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/check-wrapper') diff --git a/scripts/check-wrapper b/scripts/check-wrapper index 31531b6..3997bed 100755 --- a/scripts/check-wrapper +++ b/scripts/check-wrapper @@ -4,7 +4,7 @@ set -eu -cd "$(git rev-parse --show-toplevel)" +cd "$(cd "$(dirname "$0")/.." && pwd)" WRAPPER='gradle/wrapper/gradle-wrapper.jar' EXPECTED_FILE="$WRAPPER.sha256" -- cgit v1.2.3