-
Notifications
You must be signed in to change notification settings - Fork 47
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
Add meson option to disable explicit EC keys tests #492
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Lucas Mulling <[email protected]>
Signed-off-by: Lucas Mulling <[email protected]>
Should we make it the other way round and disable the explicit curves by default and enable them only if some configuration option is provided instead? |
Would be better, I think debian is the only one that allows it. |
Signed-off-by: Lucas Mulling <[email protected]>
@Jakuje Not sure how you want to handle the workflow config, I just copied what was already done for |
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.
just one nit, otherwise looks good!
Signed-off-by: Lucas Mulling <[email protected]>
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.
lgtm. Thank you for your contribution!
@@ -2,3 +2,8 @@ option('preload_libasan', | |||
type: 'string', | |||
value: 'no', | |||
description: 'Path to libasan.so to preload') | |||
|
|||
option('enable_explicit_EC_test', |
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.
Not sure if this needs to be generic, but meson provides a feature
option type for enabled/disabled kind of options.
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.
Not sure either, I'm guessing it would be more useful if we had a dependency in this case, but since this is just a on-and-off switch I don't see the need for it.
Description
This PR adds a meson option to disable explicit EC keys tests.
Checklist
Reviewer's checklist: