From 171f08184f5a1797b30b297bc5f7b35017e951ac Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Wed, 29 Jul 2026 21:30:46 +0200 Subject: [PATCH] =?UTF-8?q?fix(ci/android):=20cargo-ndk=20v4=20refuses=20d?= =?UTF-8?q?irect=20invocation=20=E2=80=94=20probe=20it=20as=20the=20subcom?= =?UTF-8?q?mand=20it=20is?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- ci/android-ci.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/android-ci.Dockerfile b/ci/android-ci.Dockerfile index 17b13053..43f0ab13 100644 --- a/ci/android-ci.Dockerfile +++ b/ci/android-ci.Dockerfile @@ -49,7 +49,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \ && cargo install cargo-ndk --locked \ && rm -rf "$CARGO_HOME/registry" "$CARGO_HOME/git" \ && chmod -R a+w "$RUSTUP_HOME" "$CARGO_HOME" \ - && rustc --version && cargo-ndk --version + && rustc --version && cargo ndk --version # Shared compile cache: jobs set RUSTC_WRAPPER=sccache (backend = RustFS S3 on the LAN, # see .gitea/workflows — the env lives there so dev use of this image stays uncached).