You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to get CI on my pull request to go green, the MacOS build fails with
ld: library 'crypto' not found
I don't think there is a particular OS-specific impact of the new code and no new library code is being invoked -
it looks like the cause of the error may be a library upgrade.
The text was updated successfully, but these errors were encountered:
Have updated the .github/ci.yml file disabling the stack environment variable (as it is now no longer needed) and disabled the macos build which allowed it to run to completion. I'm not sure why the the macos build can't find library 'crypto' - perhaps this is something requiring manual installation on my github account? At any rate, this has now built successfully for ubuntu and windows.
Update: It would seem that the macos build is trying to link against OpenSSL 1.1.1 libcrypto but the version of OpenSSL installed on github is version 3 (which makes sense, as OpenSSL 1.1.1 is no longer supported).
marcbrevoort-cyberhive
changed the title
feat: Auto-allocate stack in runtime (help needed)
MacOS build fails (as linking against OpenSSL1 instead of 3)
Jul 11, 2024
Trying to get CI on my pull request to go green, the MacOS build fails with
ld: library 'crypto' not found
I don't think there is a particular OS-specific impact of the new code and no new library code is being invoked -
it looks like the cause of the error may be a library upgrade.
The text was updated successfully, but these errors were encountered: