nic-6443 commented on PR #13386: URL: https://github.com/apache/apisix/pull/13386#issuecomment-4486196007
The Docker build failure came from the Rust fallback path: rustup could be installed without a configured default toolchain when a previous settings file already existed, so `cargo`/`rustc` later failed with “no default is configured”. Fixed in `47f3537f2` by explicitly setting `rustup default stable` after the fallback install and exporting the system cargo path for later GitHub Actions steps. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
