Rust 1.69.0 pre-release testing

The 1.69.0 pre-release is ready for testing. The release is scheduled for April 20. Release notes can be found here.

You can try it out locally by running:

RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup update stable

The index is https://dev-static.rust-lang.org/dist/2023-04-17/index.html.

The release team is also thinking about changes to our pre-release process: we'd love your feedback on this GitHub issue.

9 Likes

There are no file in https://dev-static.rust-lang.org/dist/2023-04-17/index.html.

1 Like

I can see and fetch files from there -- maybe a CDN issue?

For conformation: it works for me too (although the web interface does indeed not show any file, but I think this has been true for a while):

$ aws --no-sign-request s3 ls --human-readable dev-static-rust-lang-org/dist/2023-04-17/
2023-04-17 10:48:15    6.5 MiB cargo-1.69.0-aarch64-apple-darwin.tar.gz
2023-04-17 10:48:12  801 Bytes cargo-1.69.0-aarch64-apple-darwin.tar.gz.asc
2023-04-17 10:48:13  107 Bytes cargo-1.69.0-aarch64-apple-darwin.tar.gz.sha256
2023-04-17 10:48:14    4.2 MiB cargo-1.69.0-aarch64-apple-darwin.tar.xz
2023-04-17 10:48:14  801 Bytes cargo-1.69.0-aarch64-apple-darwin.tar.xz.asc
2023-04-17 10:48:14  107 Bytes cargo-1.69.0-aarch64-apple-darwin.tar.xz.sha256
2023-04-17 10:48:14    5.6 MiB cargo-1.69.0-aarch64-pc-windows-msvc.tar.gz
2023-04-17 10:48:14  801 Bytes cargo-1.69.0-aarch64-pc-windows-msvc.tar.gz.asc
2023-04-17 10:48:15  110 Bytes cargo-1.69.0-aarch64-pc-windows-msvc.tar.gz.sha256
2023-04-17 10:48:14    3.6 MiB cargo-1.69.0-aarch64-pc-windows-msvc.tar.xz
2023-04-17 10:48:14  801 Bytes cargo-1.69.0-aarch64-pc-windows-msvc.tar.xz.asc
2023-04-17 10:48:14  110 Bytes cargo-1.69.0-aarch64-pc-windows-msvc.tar.xz.sha256
2023-04-17 10:48:14    9.4 MiB cargo-1.69.0-aarch64-unknown-linux-gnu.tar.gz
2023-04-17 10:48:14  801 Bytes cargo-1.69.0-aarch64-unknown-linux-gnu.tar.gz.asc
...

I do see a directory listing, but ISTR an issue where that index.html doesn't propagate if someone fetches it "too soon", or something like that. Infra folks would know more...

The index.html link now works :slight_smile:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.