diff options
| author | Lena <lena@omega> | 2026-08-16 00:00:00 +0000 |
|---|---|---|
| committer | Lena <lena@omega> | 2026-08-16 00:00:00 +0000 |
| commit | 8c6390571d28ff21a98ed3802458aceddbb6d2a0 (patch) | |
| tree | 1903e6a19389b127d4857f20a8cf06195d68daae /Makefile | |
| parent | 0e8a87f2ad2bd40d34996374aebb6dff070e4b5f (diff) | |
| download | rsend-8c6390571d28ff21a98ed3802458aceddbb6d2a0.tar.gz | |
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.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |