-
Notifications
You must be signed in to change notification settings - Fork 862
Fix building ML-KEM and LMS with cmake #8639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
jenkins retest this please. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to add a test(s) for this in .github/workflows/cmake.yml
?
Jenkins retest this please for long running jobs I cancelled |
Manually cancelled 7371 and PRB 8583 (all nodes offline) after running for 10 hours |
Retest this please: "PRB-single-flag.txt_135" "Found unhandled org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException exception" |
If satisfactory, please merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested with cmake -DWOLFSSL_MLKEM=1 -DWOLFSSL_LMS=1 -DWOLFSSL_LMSSHA256192=1 -DWOLFSSL_XMSS=1 -DWOLFSSL_EXPERIMENTAL=1
Fixes ZD 19653
Testing
mkdir build && cd build && cmake -DWOLFSSL_MLKEM=1 -DWOLFSSL_EXPERIMENTAL=1 .. && make all
mkdir build && cd build && cmake -DWOLFSSL_LMS=1 -DWOLFSSL_EXPERIMENTAL=1 .. && make all
mkdir build && cd build && cmake -DWOLFSSL_LMS=1 -DWOLFSSL_LMSSHA256192=1 -DWOLFSSL_EXPERIMENTAL=1 .. && make all