Closed baentsch closed 3 months 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..
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.