brainy-solstice-27042
06/01/2022, 5:02 PMenough-analyst-54434
06/01/2022, 5:11 PMpy36
with a specific platform linux...
. It might be good to include the full auditwheel command line and output you used to repair the wheel on the ticket.enough-analyst-54434
06/01/2022, 5:15 PMcp36-cp36m-manylinux_2_24_x86_64
.brainy-solstice-27042
06/01/2022, 11:02 PMlibjava.so
which was never an issue before. I can run the same utests in pants 1.30 and have them work, so I'm curious if pants 2.11 needs some extra care when having python interact with javaenough-analyst-54434
06/02/2022, 4:55 AMlibjava.so
linked through aid of LD_LIBRARY_PATH
or the like? If so you'll need to tell Pants to allow that environment variable inside Pants executed subprocesses: https://www.pantsbuild.org/docs/reference-subprocess-environment#advanced-optionsbrainy-solstice-27042
06/02/2022, 6:39 PMLD_LIBRARY_PATH
and JAVA_HOME
into the pants command, and that ran a bit further until I had to create some symbolic links from the openjdk path that the .so files are in to the python3.6/site-packages directory. Is there a good way to get pants to look for anything java in a different place? Right now what I have fails because the symbolic links exists, but I don't think python/pants have access to all of the java files needed to run the JVM