-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Humble #741
Add support for Humble #741
Conversation
Codecov Report
@@ Coverage Diff @@
## master #741 +/- ##
=======================================
Coverage 49.61% 49.61%
=======================================
Files 2 2
Lines 262 262
Branches 68 68
=======================================
Hits 130 130
Misses 132 132
Continue to review full report at Codecov.
|
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
…Jammy Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
06589eb
to
c2a8414
Compare
@ijnek would you mind reviewing this PR as well? 😁 |
Co-authored-by: Kenji Brameld <kenjibrameld@gmail.com> Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
1392af7
to
b769ad2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once we can confirm the correct CIs are running on the correct os's and the ones we expect to pass are passing.
Looks like GitHub does not yet have Ubuntu 22.04 runners. |
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
The last change looks fine to me |
thanks for the review @ijnek! |
Closes #738
This adds support for Humble by adding it to the list of valid distros. I've updated the tests.
I didn't update the examples in the README since Humble has not yet been officially released, so users need to use the testing repository.
Signed-off-by: Christophe Bedard bedard.christophe@gmail.com