Skip to content
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

Ci fixes from main 13122024 #2059

Conversation

torben-hansen
Copy link
Contributor

Taking

d6a4786
a47d28b
9d62ff2
a89cb97
850af98

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

WillChilds-Klein and others added 5 commits December 13, 2024 13:54
Current integration patch fails to apply on the latest nginx v1.27.3.
Updated patch file aligns with the latest nginx v1.27.3 code changes.
The CI issues we've been having stems from some new tests tcpdump has
for the upcoming 2038 problem. However, these tests will fail with
outdated versions of libpcap that don't support the preprocessor macro
`_TIME_BITS` (Documented in
the-tcpdump-group/tcpdump#1147)

**Tcpdump's fixed the issue when running release-check:
the-tcpdump-group/tcpdump@0546e6a.
Release-check already runs with check and runs all the tests, but with a
more defined process.**
Since upstream's just running release-check to encapsulate everything, I
think we can just run release-check here to get rid of CI issues.

### Call-outs:
N/A

### Testing:
CI

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and the ISC license.
Alpine Linux has started using gcc-14 as the default compiler. This is
broken with our FIPS build which has started causing CI failures. See
aws#2010

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and the ISC license.
@torben-hansen torben-hansen requested a review from a team as a code owner December 13, 2024 21:56
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.71%. Comparing base (414cd0f) to head (8d5fe40).

Additional details and impacted files
@@                    Coverage Diff                    @@
##           randomness_generation    #2059      +/-   ##
=========================================================
- Coverage                  78.72%   78.71%   -0.01%     
=========================================================
  Files                        608      608              
  Lines                     102774   102774              
  Branches                   14582    14581       -1     
=========================================================
- Hits                       80907    80903       -4     
- Misses                     21159    21160       +1     
- Partials                     708      711       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@torben-hansen torben-hansen merged commit 4d2b576 into aws:randomness_generation Dec 17, 2024
115 of 116 checks passed
@torben-hansen torben-hansen deleted the ci_fix_from_main_13122024 branch December 17, 2024 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants