-
-
Notifications
You must be signed in to change notification settings - Fork 749
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
Missing internal symbols on alpine-aarch64 #1476
Comments
I am not sure - sscache, the cross compilation setup, or openssl-src could be the potential offenders there. |
Further data points:
|
I'll also note that there is no cross compilation here; I'm running this on native aarch64 hardware. |
Ah! This may actually be an issue with rustc's embedded MUSL version then? If the system's version is newer and expects those symbols, but they don't exist in the version rustc vendors. |
Hmm. Does that mean that the |
OK, no |
I see these issues which I suspect are the real problem: |
When compiling
sccache
with--features=openssl/vendored --release
in the1.51.0-alpine
Docker image, lots of aarch64-specific symbols are not found (probably due to optimizations?Is this a problem here or with something else in the toolchain?
The text was updated successfully, but these errors were encountered: