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

@@ -44,8 +44,7 @@ concurrency:
jobs:
jvm-test:
# Host Rust embedding is enabled only for the current Gobley host target.
# Linux/Windows JVM cargo builds are disabled in shared/build.gradle.kts, so
# jvmTest must run on macOS (arm64) to match local development.
# This job stays on macOS to cover the Apple targets as well as JVM tests.
runs-on: macos-latest
timeout-minutes: 75
steps: