fix(shared): build only host-compatible targets

This commit is contained in:
2026-07-13 10:17:40 +02:00
parent fe97ad1b8a
commit 76dbff5a7c
4 changed files with 82 additions and 17 deletions

View File

@@ -58,8 +58,9 @@ Optional:
./gradlew :androidApp:assembleDebug
```
CI `:shared:jvmTest` runs on **macOS** (Gobley host cargo). Prefer macOS for
local parity.
CI `:shared:jvmTest` currently runs on **macOS**. Gobley host cargo follows the
current host and architecture, including Linux and Windows; use macOS only when
exact CI parity is required.
When Kotlin changes touch UniFFI-generated APIs, rebuild/test with a full
`jvmTest` so Gobley/native pieces stay aligned.