Environment
- espup version:1.92.0.0 / 1.93.0.0
- OS: macOS 13.7.8 (Intel x86_64)
- Target chip: [ ESP32-S3 ]
Description
When running espup install (or without specifying version), it attempts to install the latest Xtensa Rust toolchain (currently 1.92.0.0 or 1.93.0.0), but fails with repeated HTTP 404 errors because the corresponding assets are missing from https://github.com/esp-rs/rust-build/releases.
This is similar to the old closed issue #468 (which was fixed for 1.90.0.0 by rebuilding macOS x86_64 assets), but the problem has reappeared for newer releases.
Steps to reproduce
- Download and run the latest espup binary (x86_64-apple-darwin).
- Execute
./espup install
- Observe the following errors in the log:
[Info] Installing Xtensa Rust 1.92.0.0 toolchain
[Warn] Installation for "Xtensa Rust" failed, retrying. Error: HTTP GET Error: 404 Not Found
...
Error: espup::toolchain::http_error
× HTTP GET Error: 404 Not Found
Additional info
- The releases page for v1.93.0.0 and v1.92.0.0 has no attached
.tar.xz assets for macOS x86_64 (or any platform in some cases).
- Older versions (e.g., 1.84.0.0) had assets and worked after the fix in #468.
- Workaround: Manually specifying an older version like
--toolchain-version 1.90.0.0 succeeds, but we'd prefer the latest stable toolchain.
Could the team please trigger a rebuild/upload of the missing macOS Intel assets for the recent rust-build releases? Thanks!
Environment
Description
When running
espup install(or without specifying version), it attempts to install the latest Xtensa Rust toolchain (currently 1.92.0.0 or 1.93.0.0), but fails with repeated HTTP 404 errors because the corresponding assets are missing from https://github.com/esp-rs/rust-build/releases.This is similar to the old closed issue #468 (which was fixed for 1.90.0.0 by rebuilding macOS x86_64 assets), but the problem has reappeared for newer releases.
Steps to reproduce
./espup install[Info] Installing Xtensa Rust 1.92.0.0 toolchain
[Warn] Installation for "Xtensa Rust" failed, retrying. Error: HTTP GET Error: 404 Not Found
...
Error: espup::toolchain::http_error
× HTTP GET Error: 404 Not Found
Additional info
.tar.xzassets for macOS x86_64 (or any platform in some cases).--toolchain-version 1.90.0.0succeeds, but we'd prefer the latest stable toolchain.Could the team please trigger a rebuild/upload of the missing macOS Intel assets for the recent rust-build releases? Thanks!