open-quantum-safe / liboqs

C library for prototyping and experimenting with quantum-resistant cryptography
https://openquantumsafe.org/
Other
1.78k stars 436 forks source link

Weekly tests failing #1906

Closed baentsch closed 3 weeks ago

baentsch commented 3 weeks ago

See e.g., re-run at https://github.com/open-quantum-safe/liboqs/actions/runs/10542663074

To avoid things like this right before a release, can I suggest we agree for someone (or better team) to check these (and other release-relevant) tests in the days leading up to a release such as not to have to scramble at the release?

Tagging @praveksharma as this seems to be related to the libjade integration.

SWilson4 commented 3 weeks ago

Based on the error message, I think CMake is complaining because there is no space between the config variables and the working directory (..):

cmake -GNinja -DOQS_DIST_BUILD=OFF -DOQS_OPT_TARGET=auto -DOQS_LIBJADE_BUILD=OFF..