Conversation
|
cc: @khvzak |
|
@sansmoraxz how hard would be adding CI support to test this change? I want to make sure that next Lua versions (e.g. 5.5) or changes in code don't break anything. |
|
Not entirely sure tbh. I have tested physically against an ESP32 board with esp-idf toolchain. There's xtensa compiler toolchain available as github actions. https://github.com/esp-rs/xtensa-toolchain Not sure if it's possible to execute test cases via some sort of QEMU emulation. In official repos I see them using See:
But those are mostly linting and build success / failures. Not test case execution in those specific architecture (only host) Perhaps @ivmarkov or @Vollbrecht could pitch in. |
Fixes: mlua-rs/mlua#642