dukeify / fake-jni

An implementation of the JNI and JVMTI with support for direct interaction between natively registered classes and JVM objects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build for multiple architectures and platforms

Matthewacon opened this issue · comments

  • Build fake-jni for all supported architectures and platforms (restricted by dependencies: ffi, xz, unwind)
  • Add parallel workflows to perform all builds
commented
Android Linux
amd64
x86
AArch64
  • Table above will be used as a support matrix, with badges instead. macOS and Windows are an afterthought at the moment
  • See if xz can be removed

Possible initial target matrix:

Linux Windows macOS FreeBSD Android
x86_64 yes planned planned planned yes
i686 yes planned N/A planned yes
aarch64 yes planned N/A planned yes
arm planned planned N/A planned yes