Skip to content

Commit

Permalink
update openssl references in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
baentsch committed Nov 30, 2023
1 parent e05c330 commit f588594
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,12 @@ workflows:
- macOS:
name: macOS-shared
CMAKE_ARGS: -DBUILD_SHARED_LIBS=ON -DOQS_DIST_BUILD=OFF -DOQS_ENABLE_KEM_CLASSIC_MCELIECE=OFF
OPENSSL_PREINSTALL: openssl@3.1
OPENSSL_PREINSTALL: openssl@3
- macOS:
name: macOS-static
OQS_PROVIDER_BUILD_STATIC: true
CMAKE_ARGS: -DOQS_DIST_BUILD=OFF -DOQS_ENABLE_KEM_CLASSIC_MCELIECE=OFF
OPENSSL_PREINSTALL: openssl@3.1
OPENSSL_PREINSTALL: openssl@3
on-main-branch:
when:
or:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
set-safe-directory: true
repository: openssl/openssl
ref: openssl-3.2
path: openssl
- name: checkout liboqs
uses: actions/checkout@v3
Expand Down

0 comments on commit f588594

Please sign in to comment.