From a6b4e57ec538219208267fbb2e84c190ef4152c2 Mon Sep 17 00:00:00 2001 From: Spencer Wilson Date: Thu, 28 Sep 2023 10:47:10 -0400 Subject: [PATCH] Set OQS_DIST_BUILD=OFF for weekly Haswell constant-time tests (#1567) --- .github/workflows/weekly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 14f5983a02..18a93f3957 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -19,7 +19,7 @@ jobs: SKIP_ALGS: 'SPHINCS\+-SHA*,Classic-McEliece-(.)*' - name: extensions container: openquantumsafe/ci-ubuntu-focal-x86_64:latest - CMAKE_ARGS: -DOQS_OPT_TARGET=haswell -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' SKIP_ALGS: 'SPHINCS\+-SHA*,Classic-McEliece-(.)*' container: