Conversation
|
Thank you! I'll probably make a minor release when #44 is ready. |
|
@luhenry I manually triggered a workflow run and it passed, but would you mind testing the final jar on riscv? It's available here, hopefully you have access: https://github.com/yawkat/lz4-java/actions/runs/24154088159/artifacts/6335517206 |
Will do! I’m thinking of using some of these GitHub riscv64 runners on my fork to run the testing there. Would you generally be happy to integrate such change? |
|
Hmm maybe. The macos and windows builds already use runners and I think they run tests. The Linux builds don't. Maybe that could change, but s390x and x86 still have to be supported so some cross compilation will remain. There's also actions credit cost to consider, but I think Linux runners are fairly cheap on all platforms. |
|
Testing at https://github.com/luhenry/lz4-java/actions/workflows/test.yml. Running into some missing dependencies. Debugging and updating my branch. It's a lot slower on riscv64 for two reasons:
From the early testing (https://github.com/luhenry/lz4-java/actions/runs/24181872888/job/70576636625): So it's mostly working. Some failures still, reproducing locally and figuring out what's missing. |
|
The failures are because In the meantime I'll disable fuzzing on riscv64 specifically. |
No description provided.