sonos / dinghy

Easier cross-compilation for phones and single boards computers
Other
365 stars 44 forks source link

About the build performance #232

Closed vincent-herlemont closed 5 months ago

vincent-herlemont commented 5 months ago

Is the code built on the machine where Dinghy is called, or is it on the devices where the tests will be executed?

simlay commented 5 months ago

The code is built on the machine where cargo dinghy is called and then loaded into the device where the tests are executed.

fredszaq commented 5 months ago

Yes dinghy is basically an helper to properly setup cross compiling + some facilities to run the cross compiled code on remote devices.

Closing this as this is not a bug/feature request

vincent-herlemont commented 5 months ago

Thank you for your answers !