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
fix: Install Rust toolchain explicitly in graph-toolbox Dockerfile (#287)
This change ensures the Rust toolchain is installed after dependencies but before running npm,
addressing the issue where rustup no longer automatically installs the active toolchain.
The fix uses 'rustup target add' and 'rustup toolchain install' to explicitly install
the required toolchain for the target architecture.
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: [email protected] <[email protected]>
0 commit comments