Skip to content

Conversation

@justsmth
Copy link
Contributor

Description of changes:

This code does not modify the FIPS boundary.

Cherry-picks:

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.

### Description of changes: 
[CMake 4.0](https://cmake.org/cmake/help/latest/release/4.0.html) is
coming out soon and requires cmake_minimum_required to be at least 3.5:
> Compatibility with versions of CMake older than 3.5 has been removed.
Calls to
[cmake_minimum_required()](https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html#command:cmake_minimum_required)
or
[cmake_policy()](https://cmake.org/cmake/help/latest/command/cmake_policy.html#command:cmake_policy)
that set the policy version to an older value now issue an error

The [common runtime](awslabs/aws-c-common#1178)
and [s2n-tls](aws/s2n-tls#4899) upgraded to
3.9 last year.

### Call-outs:
This will break any customer using CMake version less than 3.5 which was
[released in December https://github.com/Kitware/CMake/releases/tag/v3.5.0)

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.
@justsmth justsmth requested a review from a team as a code owner March 18, 2025 17:58
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.59%. Comparing base (7d3a0cc) to head (b6a4925).

Additional details and impacted files
@@                 Coverage Diff                 @@
##           fips-2024-09-27    #2277      +/-   ##
===================================================
- Coverage            78.60%   78.59%   -0.01%     
===================================================
  Files                  585      585              
  Lines               100525   100526       +1     
  Branches             14250    14253       +3     
===================================================
- Hits                 79014    79010       -4     
- Misses               20874    20880       +6     
+ Partials               637      636       -1     

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

@justsmth justsmth merged commit fc991e7 into aws:fips-2024-09-27 Mar 18, 2025
92 of 110 checks passed
@justsmth justsmth deleted the fips-build-fixes branch March 18, 2025 19:07
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.

5 participants