ci: pin cmake to 3.28 on linux #2408
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
cmake 4.0 is not compatible w/ aws-lc FIPS builds until the forthcoming release. The runner image switched the version out from under us. Pin it back until one side or the other sorts itself out.
The runner-image-provided
cmake@4.0
is in/usr/local/cmake
and has higher$PATH
priority. Rather than munge with thePATH
and change other things we symbolic link the installedcmake@3.28
over-top.Fixes the build failures on
main
.See aws/aws-lc-rs#755, actions/runner-images#11926