From 8c6390571d28ff21a98ed3802458aceddbb6d2a0 Mon Sep 17 00:00:00 2001 From: Lena Date: Sun, 16 Aug 2026 00:00:00 +0000 Subject: build: pin and verify release inputs Support Alpine/musl and Debian/glibc hosts, lock downloaded and Gradle artifacts, and verify native and APK security properties. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c41c7e4..6bedcdd 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # rsend build orchestration. Heavy lifting lives in the shell scripts so the -# project builds with one `make` on any Debian box with the pinned toolchain. +# project builds with one `make` on x86_64 Linux with glibc or musl. .POSIX: @@ -36,6 +36,6 @@ verify-repro: sh ci/verify-repro.sh clean: - rm -rf out app/build app/src/main/jniLibs rsync/work rsh/rsh + rm -rf out build app/build app/src/main/jniLibs rsync/work .PHONY: all setup native rsync rsh app test verify-repro clean -- cgit v1.2.3