Skip to content

Conversation

shai-almog
Copy link
Collaborator

Summary

  • Provide reproducible build instructions in BUILDING.md and note Apple Silicon uses Intel JDK 8
  • Auto-detect macOS ARM in setup-workspace.sh and fetch the x64 JDK 8
  • Skip Javadoc generation during Android port builds to avoid MavenReportException errors
  • Skip archetype integration tests during workspace setup to prevent Android build failures

Testing

  • yamllint .github/workflows/scripts-android.yml .github/workflows/scripts-ios.yml
  • ./scripts/setup-workspace.sh -q -DskipTests (fails: Unresolveable build extension; Network is unreachable)
  • source tools/env.sh && ./scripts/build-android-port.sh -q -DskipTests (fails: Unresolveable build extension; Network is unreachable)
  • source tools/env.sh && ./scripts/build-ios-port.sh -q -DskipTests (fails: The iOS port can only be built on macOS with Xcode installed.)

https://chatgpt.com/codex/tasks/task_e_68a13836ae20833182c5b0ac5d0482bf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant