Skip to content

Conversation

@skmcgrail
Copy link
Member

Description of changes:

Migrate workflows to use new docker images from #2746.

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.

@skmcgrail skmcgrail requested a review from a team as a code owner October 16, 2025 18:06
@skmcgrail skmcgrail force-pushed the gh-docker-image-build-p3 branch from 376de25 to f279a07 Compare October 16, 2025 18:14
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.91%. Comparing base (64f8e86) to head (f279a07).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2752      +/-   ##
==========================================
- Coverage   78.91%   78.91%   -0.01%     
==========================================
  Files         677      677              
  Lines      115525   115525              
  Branches    16248    16249       +1     
==========================================
- Hits        91171    91165       -6     
- Misses      23558    23564       +6     
  Partials      796      796              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@skmcgrail skmcgrail merged commit aaf91a5 into aws:main Oct 16, 2025
368 of 377 checks passed
@skmcgrail skmcgrail deleted the gh-docker-image-build-p3 branch October 16, 2025 21:49
justsmth pushed a commit that referenced this pull request Oct 27, 2025
### Issues:
Resolves P322305594

### Description of changes: 
We switched over to new Docker images recently with #2752. The new
`ubuntu:22.04` image has the `autoconf-archive` package that will
activate some strict autoconf macros, resulting in `-Werror` being
added. Therefore, our CI has been failing, partly due to functions that
we deprecated and partly due to librelp code itself.

Most of librelp's CI overrides these macros using
`--enable-compile-warnings=yes`, so this PR is adding the same thing to
best mimic the testing environment for librelp.

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.
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.

4 participants