Skip to content

Commit

Permalink
Update linux CI to also build liboqs with -DOQS_LIBJADE_BUILD=OFF
Browse files Browse the repository at this point in the history
Signed-off-by: Pravek Sharma <[email protected]>
  • Loading branch information
praveksharma committed Sep 30, 2024
1 parent 50c8965 commit e0bf084
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
fail-fast: false
matrix:
ossl-branch: [openssl-3.1.0, master]
cmake-params:
- "-DOQS_LIBJADE_BUILD=ON -DOQS_MINIMAL_BUILD='${{ vars.LIBJADE_ALG_LIST }}'"
- "-DOQS_LIBJADE_BUILD=OFF"
include:
- name: alpine
container: openquantumsafe/ci-alpine-amd64:latest
Expand All @@ -55,7 +58,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4
- name: Full build
run: OPENSSL_BRANCH=${{ matrix.ossl-branch }} ./scripts/fullbuild.sh
run: OPENSSL_BRANCH=${{ matrix.ossl-branch }} CMAKE_PARAMS=${{ matrix.cmake-params }} ./scripts/fullbuild.sh
- name: Enable sibling oqsprovider for testing
run: cd _build/lib && ln -s oqsprovider.so oqsprovider2.so
- name: Test
Expand Down

0 comments on commit e0bf084

Please sign in to comment.