awslabs / amazon-kinesis-video-streams-producer-c

https://awslabs.github.io/amazon-kinesis-video-streams-producer-c/group__PublicMemberFunctions.html
Apache License 2.0
55 stars 77 forks source link

Thread stack size modification by cmake argument #436

Closed jdelapla closed 8 months ago

jdelapla commented 9 months ago

Issue #, if available:

What was changed? Change default stack size in PIC via CMAKE argument.

Why was it changed? To enable other dependencies using this library the ability to change this value.

How was it changed? CMake argument KVS_DEFAULT_STACK_SIZE provides the value to give along to PIC.

What testing was done for the changes? Allow CI to run. Ensured the sample executable was generated.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (76a72e9) 64.19% compared to head (ddad11e) 64.19%.

:exclamation: Current head ddad11e differs from pull request most recent head 3e13e88. Consider uploading reports for the commit 3e13e88 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #436 +/- ## ======================================== Coverage 64.19% 64.19% ======================================== Files 32 32 Lines 5075 5075 ======================================== Hits 3258 3258 Misses 1817 1817 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.