mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-03 00:02:36 -04:00
Compare commits
3 Commits
db33848d1d
...
2aa95f1fea
Author | SHA1 | Date | |
---|---|---|---|
|
2aa95f1fea | ||
|
0c9c664745 | ||
|
0b96e6b633 |
3
.github/actionlint.yaml
vendored
3
.github/actionlint.yaml
vendored
@ -5,3 +5,6 @@ config-variables:
|
|||||||
# - DEFAULT_RUNNER
|
# - DEFAULT_RUNNER
|
||||||
# - JOB_NAME
|
# - JOB_NAME
|
||||||
# - ENVIRONMENT_STAGE
|
# - ENVIRONMENT_STAGE
|
||||||
|
self-hosted-runner:
|
||||||
|
labels:
|
||||||
|
- oqs-x64
|
||||||
|
2
.github/workflows/extended.yml
vendored
2
.github/workflows/extended.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
SKIP_ALGS: 'SPHINCS\+-SHA(.)*s-simple,SPHINCS\+-SHAKE-(.)*,SLH_DSA_(SHA2|SHA3|SHAKE_128)(.)*'
|
SKIP_ALGS: 'SPHINCS\+-SHA(.)*s-simple,SPHINCS\+-SHAKE-(.)*,SLH_DSA_(SHA2|SHA3|SHAKE_128)(.)*'
|
||||||
- name: extensions
|
- name: extensions
|
||||||
container: openquantumsafe/ci-ubuntu-latest:latest
|
container: openquantumsafe/ci-ubuntu-latest:latest
|
||||||
CMAKE_ARGS: -DOQS_DIST_BUILD=OFF -DOQS_OPT_TARGET=auto -DCMAKE_BUILD_TYPE=Debug -DOQS_ENABLE_TEST_CONSTANT_TIME=ON
|
CMAKE_ARGS: -DOQS_DIST_BUILD=OFF -DOQS_OPT_TARGET=haswell -DCMAKE_BUILD_TYPE=Debug -DOQS_ENABLE_TEST_CONSTANT_TIME=ON
|
||||||
PYTEST_ARGS: --numprocesses=auto -k 'test_constant_time'
|
PYTEST_ARGS: --numprocesses=auto -k 'test_constant_time'
|
||||||
SKIP_ALGS: 'SPHINCS\+-SHA(.)*s-simple,SPHINCS\+-SHAKE-(.)*,SLH_DSA_(SHA2|SHA3|SHAKE_128)(.)*'
|
SKIP_ALGS: 'SPHINCS\+-SHA(.)*s-simple,SPHINCS\+-SHAKE-(.)*,SLH_DSA_(SHA2|SHA3|SHAKE_128)(.)*'
|
||||||
container:
|
container:
|
||||||
|
2
.github/workflows/zephyr.yml
vendored
2
.github/workflows/zephyr.yml
vendored
@ -8,7 +8,7 @@ on: [workflow_call, workflow_dispatch]
|
|||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
zephyr_test:
|
zephyr_test:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: oqs-x64
|
||||||
container: ghcr.io/zephyrproject-rtos/ci:v0.27.4
|
container: ghcr.io/zephyrproject-rtos/ci:v0.27.4
|
||||||
env:
|
env:
|
||||||
CMAKE_PREFIX_PATH: /opt/toolchains
|
CMAKE_PREFIX_PATH: /opt/toolchains
|
||||||
|
Loading…
x
Reference in New Issue
Block a user