Skip to content

ci: Fix OpenSSL path, add repository_dispatch trigger #271

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

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

SWilson4
Copy link
Member

This PR does two things in preparation for updating to liboqs 0.12.0:

  • Adds a repository_dispatch trigger to CI.
  • Fixes path to OpenSSL for macos-latest in GitHub Actions.

The first two items will allow us to trigger CI from liboqs as we do for the other language wrappers and adapt to breaking changes as they occur. When I do the update to 0.12.0 I will add CI jobs that test against liboqs main to take advantage of this functionality. (Right now CI breaks with liboqs main.)

Add a repository_dispatch trigger to CI.

Fix path to OpenSSL for macos-latest in GitHub Actions.

Signed-off-by: Spencer Wilson <spencer.wilson@uwaterloo.ca>
@thomwiggers thomwiggers removed their request for review December 17, 2024 08:16
@SWilson4 SWilson4 added this pull request to the merge queue Dec 17, 2024
@SWilson4 SWilson4 linked an issue Dec 17, 2024 that may be closed by this pull request
Merged via the queue into main with commit bba29e9 Dec 17, 2024
21 checks passed
@SWilson4 SWilson4 deleted the sw-repository-dispatch branch December 17, 2024 18:12
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.

MacOS build fails (as linking against OpenSSL1 instead of 3)
2 participants