Marc Trey

Results 6 issues of Marc Trey

baremetal targets do not have any sysroot, as a consequence no TARGET_SYSROOT exists for those targets. this change make the presence of TARGET_SYSROOT mandatory: https://github.com/snipsco/dinghy/blob/dinghy-test/0.4.21/dinghy-build/src/bindgen_macros.rs#L48 this break the compilation on...

they should be named against the libraries instead steps to reproduce : - create a platform definition named `device` - create an overlay named 'mylib' with no *.pc and just...

step to reproduce 1 . create a project using https://github.com/RustAudio/rust-portaudio use dingy to cross compile the project , compile and check there is no build failures 2 . add in...

- Bump to node16 as node12 is soon [deprecated](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/) - Bump dependencies - Remove the invalid use of a gh context in the action.yml file

before node12 is removed : ref https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ https://github.com/innocarpe/actions-slack/pull/8