Skip to content

ci: Fix OpenSSL path, add repository_dispatch trigger#271

Merged
SWilson4 merged 1 commit into
mainfrom
sw-repository-dispatch
Dec 17, 2024
Merged

ci: Fix OpenSSL path, add repository_dispatch trigger#271
SWilson4 merged 1 commit into
mainfrom
sw-repository-dispatch

Conversation

@SWilson4
Copy link
Copy Markdown
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
@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