-
Notifications
You must be signed in to change notification settings - Fork 16
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
PoC: complete XGo based build solution with HSM support #277
Conversation
Signed-off-by: Volodymyr Khoroz <[email protected]>
A way to go forward is this:
|
Maybe we should just extend the existing Makefile with new targets(s) that invoke the script, and the script just builds the non-static HSM targets. |
When I run
With the new build system when I run
|
Tabling this as we agreed to implement the HSM support in a way which does not require cross-compilation using CGo: #278 If we do need the CGo based compilation, we might revisit this. |
This PoC utilizes a Bash script which allowed me to focus on the implementation rather than the fancy Makefile syntax.
It is a full solution in one commit, so that you can easily compare it to the #269.
Signed-off-by: Volodymyr Khoroz [email protected]