Zemu Demo App not working
Closed this issue · 0 comments
Deleted user commented
As seen in #78 tests in CI using the demo zemu app don't work, but they do work locally...
The behavior is very weird, as Zemu does checks to detect if the passed elf file exists, before binding the elf's parent folder to the container's /project/app/bin
, but this check doesn't fail...
In other words, Zemu detects the elf file's existence, but when mounting the folder as a docker volume the container isn't able to access the file.