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

chore: set OpenSSL root dir properly in CI #286

Merged
merged 4 commits into from
Nov 13, 2023
Merged

Conversation

cwaldren-ld
Copy link
Contributor

@cwaldren-ld cwaldren-ld commented Nov 4, 2023

In our "install OpenSSL" CI step, I hadn't properly setup the "return values" - setting the OPENSSL_ROOT_DIR properly.

The builds still mostly worked, but were fragile. This is due to CMake's find modules finding them anyways. Except when they don't!

@@ -40,7 +40,7 @@ runs:
shell: bash
run: |
brew install boost
echo "BOOST_ROOT=$(boost --prefix boost@1.82)" >> $GITHUB_OUTPUT
echo "BOOST_ROOT=$(brew --prefix boost)" >> $GITHUB_OUTPUT
Copy link
Contributor Author

@cwaldren-ld cwaldren-ld Nov 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just wrong, fixing in this PR since it's in the same vein.

@cwaldren-ld cwaldren-ld marked this pull request as ready for review November 13, 2023 17:46
@cwaldren-ld cwaldren-ld requested review from a team and kinyoklion November 13, 2023 17:46
@cwaldren-ld cwaldren-ld enabled auto-merge (squash) November 13, 2023 17:50
@cwaldren-ld cwaldren-ld merged commit 83bf449 into main Nov 13, 2023
17 checks passed
@cwaldren-ld cwaldren-ld deleted the cw/openssl-root-dir branch November 13, 2023 22:01
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.

2 participants