nic-6443 commented on PR #13386: URL: https://github.com/apache/apisix/pull/13386#issuecomment-4484058243
The latest CI failures came from the rustup fallback added for old distro Rust packages. rustup-init dispatches based on argv[0], and running it from a random mktemp filename made it behave like an unknown rustup proxy. Fixed in 5c6a9c45b by downloading it as rustup-init inside a temporary directory; the checksum verification path and rustup-init --version check pass. -- 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]
