This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
Unable to compile with openssl for aarch64-unknown-linux-gnu #227
Labels
bug
Something isn't working
Do the checklist before filing an issue:
actions-rs
Actions?If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.community
Description
Hi, I'm creating this issue because i've spend a couple of DAYS trying to solve the following problem but no success.
I got a rust web server which has the following dependency
openssl = { version = "=0.10.45", features = ["vendored"] }
which is fails to compile when i use cross in Github Action. Previously it was working, but as i understand there is no longer support of openssl in cross so it is just started to fail. I've tried to install openssl, it is present in a system but during compilation i got the following error:Looking for help and suggestions for this, thank you very much
Workflow code
This is my pipeline which was working previously:
Action output
Expected behavior
Should be able to cross compile to specified target especially when openssl is set as vendored
Additional context
I had another pipeline which doesn't compile due to openssl but it is not cross compiling to another target and it was fixed just but adding those suggested commands.
I've tried adding following configuration but doesn't matter what i do openssl package can't detect openssl on a system
and
Looking for help and suggestions for this, thank you very much
The text was updated successfully, but these errors were encountered: