-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
cross-compilation errors #47
Comments
This action uses cross to cross-compile by default, and the cross wiki has a section on openssl. Probably the easiest way is to enable the |
The problem is that I do not control how |
Because of the feature unification, it will work even if you add Also, I think another way that might work is to install the toolchain for linux using setup-cross-toolchain-action mentioned in cross-compilation examples in readme, then enable the APT packages for arm64 ( |
Thank you for your email! I am trying to include the I already tried to install
|
Thanks for your quick response! Same as p2panda/send-to-node#7 Adding vendored breaks the windows build actually. It works fine before. |
Hmm, is it possible to use the way that doesn't use openssl (i.e., use rustls)?. |
It is actually quite odd that it is failing though, since tarpaulin can build with this action and vendored feature enabled openssl without problems. |
Thanks! I have followed https://github.com/xd009642/tarpaulin/blob/a33d6dae1bac153a3c59cd112c74fccc58ea11dc/Cargo.toml#L64 and solved this problem. It seems that this problem caused by the difference between |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
@davincios Your issue sounds like a bug in your code, not an openssl-related problem. Please submit a new issue with complete information (e.g., link to the repository) on the actual code that has the error and a link to full CI/CD logs. |
@taiki-e awesome thank you for the quick response. I have opened a new issue with a link to the repository. That code issue occurs only on Windows builds though still, although I have now reconfigured it. Somehow I cannot solve this openssl-sys v0.9.102 issue. Here is my new opened issue, I would greatly appreciate any help! 😀 |
I am trying to cross-compile a program. There is the matrix of all the values that I defined:
When compiling for Linux, I get the following output below. I tried installing
libssl-dev
in the GitHub action but it does not solve the problem.Any idea how to solve this?
Thanks!
The text was updated successfully, but these errors were encountered: