Update to public Ubuntu 24.04 ARM runner [full tests] (#2050)

Signed-off-by: Spencer Wilson <spencer.wilson@uwaterloo.ca>
This commit is contained in:
Spencer Wilson 2025-01-26 13:10:19 -05:00 committed by GitHub
parent 64bceb37fa
commit 99affa6935
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
# Labels of self-hosted runner in array of strings. # Labels of self-hosted runner in array of strings.
# NB. oqs-arm64 is not self-hosted but this configuration # NB. ubuntu-24.04-arm is not self-hosted but this configuration
# is required for liboqs to lint correctly with actionlint v1.7.1 # is required for liboqs to lint correctly with actionlint v1.7.1
self-hosted-runner: self-hosted-runner:
# Labels of self-hosted runner in array of string # Labels of self-hosted runner in array of string
labels: labels:
- oqs-arm64 - ubuntu-24.04-arm
# Configuration variables in array of strings defined in your repository or organization # Configuration variables in array of strings defined in your repository or organization
config-variables: config-variables:
# - DEFAULT_RUNNER # - DEFAULT_RUNNER

View File

@ -13,7 +13,7 @@ jobs:
matrix: matrix:
include: include:
- name: arm64 - name: arm64
runner: oqs-arm64 runner: ubuntu-24.04-arm
container: openquantumsafe/ci-ubuntu-latest:latest container: openquantumsafe/ci-ubuntu-latest:latest
PYTEST_ARGS: --maxprocesses=10 --ignore=tests/test_kat_all.py PYTEST_ARGS: --maxprocesses=10 --ignore=tests/test_kat_all.py
CMAKE_ARGS: -DOQS_ENABLE_SIG_STFL_LMS=ON -DOQS_ENABLE_SIG_STFL_XMSS=ON -DOQS_HAZARDOUS_EXPERIMENTAL_ENABLE_SIG_STFL_KEY_SIG_GEN=ON CMAKE_ARGS: -DOQS_ENABLE_SIG_STFL_LMS=ON -DOQS_ENABLE_SIG_STFL_XMSS=ON -DOQS_HAZARDOUS_EXPERIMENTAL_ENABLE_SIG_STFL_KEY_SIG_GEN=ON