-
Notifications
You must be signed in to change notification settings - Fork 551
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
Test on Ubuntu 24.04 GitHub Images #4306
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4306 +/- ##
==========================================
- Coverage 85.76% 84.86% -0.91%
==========================================
Files 56 56
Lines 15384 15457 +73
==========================================
- Hits 13194 13117 -77
- Misses 2190 2340 +150 ☔ View full report in Codecov by Sentry. |
There are build errors in several flavors. |
Looks like we need to ignore |
src/generated/stdout/quic_trace.c
Outdated
@@ -19,9 +19,9 @@ | |||
#include <quic_trace.h> | |||
|
|||
|
|||
void EncodeHexBuffer(_In_reads_(BufferLen) uint8_t * Buffer, |
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.
I rather ignore this error than make this change. This code was specifically designed for small buffers where size fit in uint8_t
.
|
Can we just disable Android on 24.04 for now then? |
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, as long as tests are passing, and this looks to be mostly pipeline scripting.
Description
Just noticed that GitHub has beta support for Ubuntu 24.04. Let's test it out and see how it goes.
Testing
CI/CD
Documentation
N/A