mirror of
https://github.com/okhsunrog/vpnhide.git
synced 2026-04-28 06:31:27 +00:00
Gobley's cargo plugin enumerates Kotlin targets at gradle configure time and queries rustup for each one — including the JVM host target, even though we never build for it (`androidUnitTest = false` skips wiring the JVM cargo build into Android unit tests, but the build entry is still created at configure time). Without `x86_64-unknown-linux-gnu` installed, that lookup returns null and `:app:lint` / `assembleRelease` die with a bare `NullPointerException` during project configuration. Add the target as a workflow step in the lint and lsposed jobs so this PR's CI passes immediately, and bake it into the CI Dockerfile so subsequent image rebuilds carry it. |
||
|---|---|---|
| .. | ||
| ci-image.yml | ||
| ci.yml | ||