-
Notifications
You must be signed in to change notification settings - Fork 66
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
Build Issue in Ubuntu 18 #691
Comments
Does the CMake min version need bumping? (we're using 3.10) |
hmm, interesting. our ci runs ubuntu 18 for all gcc versions and its passing - https://github.com/awslabs/aws-crt-cpp/actions/runs/12246747557/job/34163270558#step:3:336 |
I've reproduced the issue on AL2 using cmake 3.10.2. Will update when figure out what exactly is causing it. |
This PR should resolve the issue: #692 |
Describe the bug
In
S2N-TLS
CI, we ran CRT-CPP unit tests on Ubuntu 18 platform, and CRT failed to prebuild AWSLC libcrypto with the latest changes from main.Switch our CI to use Ubuntu 24 fixes this issue. The fix can be found in aws/s2n-tls#4964.
Is Ubuntu 18 actually supported in CRT? Or is it something that CRT aware of?
Regression Issue
Expected Behavior
CRT-CPP should compiled and ran in
S2N-TLS
' CI which uses Ubuntu 18. It was running last week.Current Behavior
CRT-CPP can't be compiled in our CI. Refer to the error message in the issue's description.
Reproduction Steps
Run CRT-CPP in Ubuntu 18 platform.
Possible Solution
No response
Additional Information/Context
No response
aws-crt-cpp version used
CRT-CPP main
Compiler and version used
gcc: 6 && 9
Operating System and version
Ubuntu 18
The text was updated successfully, but these errors were encountered: