-
Notifications
You must be signed in to change notification settings - Fork 171
Description
Describe the feature
Hi,
I open this issue to facilitate discussion on adding cross-compilation support for QNX OS to aws-c-common library. As @sfod mentions lack of QNX testing infrastructure, can you share more on what kind of testing do you expect to be performed (build testing, unit testing, integration testing, etc.) and at what frequency (eg. on each PR, each tag release version).
Currently PR #1221 is tested on latest free non-commercial version of QNX. Out of 458 tests, 454 pass, 3 fail and 1 skipped. We usually upload tests for all QNX ported OSS packages at oss.qnx.com and are working on updating the dashboard with aws-c-common test results.
Based on merged PRs I see CI testing builds for different OS/architecture/compiler combinations and am open to adding support for QNX build testing there.
Use Case
QNX plans on adding support for popular OSS libraries so general public can directly make use of it. We have ported close to 100 libraries so far and continue adding support for more libraries including aws-c*
libraries.
Proposed Solution
No response
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change