Skip to content

Auto-build native libraries locally on jvmProcessResources#353

Merged
kdroidFilter merged 1 commit intomasterfrom
feature/auto-build-native-locally
Feb 3, 2026
Merged

Auto-build native libraries locally on jvmProcessResources#353
kdroidFilter merged 1 commit intomasterfrom
feature/auto-build-native-locally

Conversation

@kdroidFilter
Copy link
Copy Markdown
Owner

Summary

  • Wire jvmProcessResources to depend on buildNativeLibraries so that ./gradlew :demo:run automatically builds native libs for the current platform
  • Guard with CI env var check: only triggers locally, skipped in CI where artifacts are pre-downloaded

Test plan

  • Locally: ./gradlew :jvmProcessResources triggers buildNativeMac (on macOS), skips Linux/Windows
  • With CI=true: no native build dependency, uses pre-existing resources

Wire jvmProcessResources to depend on buildNativeLibraries only when
not running in CI, so that ./gradlew :demo:run automatically builds
native libs for the current platform without manual steps.
@kdroidFilter kdroidFilter merged commit 3b32c9f into master Feb 3, 2026
3 checks passed
@kdroidFilter kdroidFilter deleted the feature/auto-build-native-locally branch April 9, 2026 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant