mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-04 00:02:01 -04:00
Skip failing CI test (#2157)
* Skip failing CI test Signed-off-by: Douglas Stebila <dstebila@uwaterloo.ca> * Fix typo Signed-off-by: Douglas Stebila <dstebila@uwaterloo.ca> --------- Signed-off-by: Douglas Stebila <dstebila@uwaterloo.ca>
This commit is contained in:
parent
51bf0b6b94
commit
1e8222339b
5
.github/workflows/macos.yml
vendored
5
.github/workflows/macos.yml
vendored
@ -36,6 +36,11 @@ jobs:
|
||||
# No point in testing stateful sigs with minimal libjade build
|
||||
- libjade-build: -DOQS_LIBJADE_BUILD=ON -DOQS_MINIMAL_BUILD="${{ vars.LIBJADE_ALG_LIST }}"
|
||||
CMAKE_ARGS: -DOQS_HAZARDOUS_EXPERIMENTAL_ENABLE_SIG_STFL_KEY_SIG_GEN=ON -DOQS_ENABLE_SIG_STFL_XMSS=ON -DOQS_ENABLE_SIG_STFL_LMS=ON
|
||||
# Failing configuration on Github actions; see https://github.com/open-quantum-safe/liboqs/pull/2148
|
||||
- os: macos-15
|
||||
CMAKE_ARGS: -DCMAKE_C_COMPILER=gcc-14
|
||||
libjade-build: -DOQS_LIBJADE_BUILD=OFF
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Install Python
|
||||
|
Loading…
x
Reference in New Issue
Block a user