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

fix: libcryptos should not be added to the path #4796

Closed
wants to merge 5 commits into from

Conversation

dougch
Copy link
Contributor

@dougch dougch commented Sep 24, 2024

Resolved issues:

#4633

Description of changes:

CMake is preferring PATH over CMAKE_PREFIX_PATH, so stop adding awslc/ossl111 to the path.

Testing:

How is this change tested (unit tests, fuzz tests, etc.)? locally

Is this a refactor change? If so, how have you proved that the intended behavior hasn't changed?

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

@github-actions github-actions bot added the s2n-core team label Sep 24, 2024
@dougch dougch marked this pull request as ready for review September 30, 2024 18:34
@jouho
Copy link
Contributor

jouho commented Oct 1, 2024

Many tests are failing for s2nGeneralBatch for different reasons. awslc/ossl111 paths may be needed for certain jobs?

@dougch
Copy link
Contributor Author

dougch commented Oct 3, 2024

Instead of trying to continue using all of the codebuild/bin/* scripting, which mostly assumes Make, I'm going to spin off a more generic CMake based buildspec that drops the use of this historical script.

@dougch dougch closed this Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants