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
I have an issue where a build using xx-cargo with a linux/arm/v6 target is failing. Other platforms are working fine (linux/amd64, linux/386, linux/arm/v7, inux/arm64/v8).
After investigation, I found that some symbolic links are not created:
I have an issue where a build using
xx-cargo
with alinux/arm/v6
target is failing. Other platforms are working fine (linux/amd64, linux/386, linux/arm/v7, inux/arm64/v8).After investigation, I found that some symbolic links are not created:
With other platforms, these links are indeed properly done.
Manually creating the links fixed my build.
NOTE: The build is done under Alpine Linux.
NOTE: When using
rust
from the Alpine repository, the problem is not seen. Probably because their version define alpine-specific targets (https://git.alpinelinux.org/aports/tree/community/rust/alpine-target.patch?h=3.17-stable)?The text was updated successfully, but these errors were encountered: