sqlite-jdbc icon indicating copy to clipboard operation
sqlite-jdbc copied to clipboard

Does native build works on z/OS UNIX System Services

Open sibyaugustine opened this issue 3 years ago • 2 comments
trafficstars

Is there any chance this projects support on z/OS USS ? https://en.wikipedia.org/wiki/UNIX_System_Services

sibyaugustine avatar May 16 '22 05:05 sibyaugustine

Since only you have access, YOU must take care of it.

michael-o avatar May 18 '22 07:05 michael-o

to make the builds reproducible and updatable to future versions, this project tries to always build the native libs using Docker containers with cross-compilation (https://github.com/dockcross/dockcross).

You can always compile the library for your os yourself.

gotson avatar Jul 26 '22 11:07 gotson