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
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Rollup merge of rust-lang#126612 - ehuss:build-manifest-readme, r=Mark-Simulacrum
Update outdated README in build-manifest.
I believe this was changed a while ago in rust-lang/promote-release#14.
Copy file name to clipboardExpand all lines: src/tools/build-manifest/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This tool generates the manifests uploaded to static.rust-lang.org and used by r
4
4
You can see a full list of all manifests at <https://static.rust-lang.org/manifests.txt>.
5
5
This listing is updated by <https://github.com/rust-lang/generate-manifest-list> every 7 days.
6
6
7
-
This gets called by `promote-release`<https://github.com/rust-lang/promote-release> via `x.py dist hash-and-sign`.
7
+
This gets called by `promote-release`<https://github.com/rust-lang/promote-release>. `promote-release` downloads a pre-built binary of `build-manifest` which is generated in the dist-x86_64-linux builder and uploaded to s3.
0 commit comments