Skip to content

Commit

Permalink
tracking 0.9.2-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
baentsch committed Jan 12, 2024
1 parent f69ce89 commit 9af704b
Show file tree
Hide file tree
Showing 6 changed files with 3,690 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Full build
run: LIBOQS_BRANCH=dev-092 OPENSSL_BRANCH=${{ matrix.ossl-branch }} ./scripts/fullbuild.sh
run: LIBOQS_BRANCH=0.9.2-rc1 OPENSSL_BRANCH=${{ matrix.ossl-branch }} ./scripts/fullbuild.sh
- name: Enable sibling oqsprovider for testing
run: cd _build/lib && ln -s oqsprovider.so oqsprovider2.so
- name: Test
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
- name: Clone and build liboqs for linux-aarch64
working-directory: /opt/
run: |
git clone --depth=1 --branch dev-092 https://github.com/open-quantum-safe/liboqs.git liboqs
git clone --depth=1 --branch 0.9.2-rc1 https://github.com/open-quantum-safe/liboqs.git liboqs
cd liboqs
mkdir build install
cmake --toolchain "${CMAKE_TOOLCHAIN_FILE}" \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
set-safe-directory: true
repository: open-quantum-safe/liboqs
ref: dev-092
ref: 0.9.2-rc1
path: liboqs
- name: Retrieve OpenSSL32 from cache
id: cache-openssl32
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
set-safe-directory: true
repository: open-quantum-safe/liboqs
ref: dev-092
ref: 0.9.2-rc1
path: liboqs
- name: Install cygwin
uses: cygwin/cygwin-install-action@master
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
with:
set-safe-directory: true
repository: open-quantum-safe/liboqs
ref: dev-092
ref: 0.9.2-rc1
path: liboqs
- uses: ilammy/msvc-dev-cmd@v1
with:
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
with:
set-safe-directory: true
repository: open-quantum-safe/liboqs
ref: dev-092
ref: 0.9.2-rc1
path: liboqs
- uses: ilammy/msvc-dev-cmd@v1
with:
Expand Down
Loading

0 comments on commit 9af704b

Please sign in to comment.