-
Notifications
You must be signed in to change notification settings - Fork 518
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
adds S/NTRUP1277 #1111
adds S/NTRUP1277 #1111
Conversation
Would someone with a Mac have time to look into the apparently Apple-specific length limitation failing CI? In the worst case, I will disable some algorithms from the default build on OSX to get this to pass on that platform. (Other) Proposals welcome. Thanks in advance. |
I'm unable to reproduce on my system; I even tried downgrading to the exact version of CMake used on CircleCI but that didn't make it happen. I tried some of the ideas I found by Googling: 1, 2, in particular adding the following lines to CMakeList.txt:
but then I got a build failure. Link 2 above actually comments that it's tricky to make this work reliably. I'm not sure what to suggest. |
Thanks for running it on your system. If it's working there this is a CircleCI issue and putting work on fixing that isn't really worth the effort. What about simply disabling a family for shared OSX CCI runs? What about McEliece? Would also speed up CI considerably. |
Hard to tell where the problem is at this point, so:
Yeah I guess that would be fine for now. |
Thanks Michael! |
Fixes #1108
Add/Edit: