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
Enables Rust compilation for ARM64 architecture in the CI light Dockerfile.
This change adds the necessary dependencies and configuration to build Rust-based projects on ARM64 platforms within the CI environment. It specifically installs `curl`, `libgcc`, `build-base`, and `musl-dev` and uses `rustup` to manage rust installations if the target platform is `linux/arm64`.
0 commit comments