Skip to content

Commit

Permalink
Don't build stateful sigs by default for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
SWilson4 committed Feb 13, 2024
1 parent 01a0ed5 commit d946fa7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Build project
run: ./scripts/build-android.sh $ANDROID_NDK_HOME -a ${{ matrix.abi }} -f "-DOQS_ENABLE_SIG_STFL_KEY_SIG_GEN=${{ matrix.stfl_opt }}"
run: ./scripts/build-android.sh $ANDROID_NDK_HOME -a ${{ matrix.abi }} -f "-DOQS_ENABLE_SIG_STFL_LMS=ON -DOQS_ENABLE_SIG_STFL_XMSS=ON -DOQS_ENABLE_SIG_STFL_KEY_SIG_GEN=${{ matrix.stfl_opt }}"
2 changes: 0 additions & 2 deletions scripts/build-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ cmake .. -DOQS_USE_OPENSSL=OFF \
-DCMAKE_TOOLCHAIN_FILE="$NDK"/build/cmake/android.toolchain.cmake \
-DANDROID_ABI="$ABI" \
-DANDROID_NATIVE_API_LEVEL="$MINSDKVERSION" \
-DOQS_ENABLE_SIG_STFL_LMS=ON \
-DOQS_ENABLE_SIG_STFL_XMSS=ON \
$EXTRAFLAGS
cmake --build ./

Expand Down

0 comments on commit d946fa7

Please sign in to comment.