Custom builds of OpenJ9 and Piped in Docker
Find a file
DarkCat09 c95733c487
fix: specify target triple to generate correct dir tree
Piped looks for META-INF/natives/(target triple)/libreqwest.so in the JAR.
With the default target, "(target triple)" directory name does not match the triple
(didn't check, but i suppose it is named like "default" maybe),
so Piped cannot find the native library
2025-02-18 22:58:37 +04:00
.gitignore use rsync to copy binaries to host 2025-01-27 15:14:04 +04:00
compose.openj9.yml split docker compose configs 2025-01-28 18:21:19 +04:00
compose.piped.yml feat: compile reqwest4j instead of using binary 2025-02-18 22:34:36 +04:00
Dockerfile.openj9 feat: verify with java --version 2025-01-28 17:19:52 +04:00
Dockerfile.piped fix: specify target triple to generate correct dir tree 2025-02-18 22:58:37 +04:00