Closed boozook closed 2 years ago
It's weird that it's making a dylib on Linux. I confess I've not used the Linux support much, if at all.
This workflow is awaiting approval from a maintainer in https://github.com/rtsuk/crank/pull/10
There's no dylib
, just so
.
At https://github.com/rtsuk/crank/runs/5600125703?check_suite_focus=true#step:11:101 it is trying to copy a dylib, perhaps that needs to use the .so extension?
I'm not sure but seems to.
It appears that https://github.com/rtsuk/crank/blob/main/src/main.rs#L425 needs to be broken out into linux and macOS. I don't have a linux setup right now. I'd be fine with disabling Linux and adding an issue to fix it, which hopefully a linux user can take on.
Fixed. But currently I cannot test run in sim on linux. Actual questions:
.pdx
?
pdex.so
or pdex.dylib
in the package.I'd be fine with disabling Linux and adding an issue to fix it
Okay. I'll just comment the linux option in the job-matrix as same as windows already. Could you create issues please?
Also, again
This workflow is awaiting approval from a maintainer in https://github.com/rtsuk/crank/pull/10
Todo issues:
I think this PR is ready.
cargo test
jobIntegration tests with crankstart:
[x] macOS: OK
[ ] linux: CI is OK, Crank seems broken
[ ] windows: I don't know how to install SDK
On linux SDK installed normally. Crank fails with that: