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
Copy file name to clipboardExpand all lines: src/tools/build-manifest/README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,9 @@ This gets called by `promote-release` <https://github.com/rust-lang/promote-rele
8
8
9
9
## Adding a new component
10
10
11
-
There are several steps involved here.
12
11
1. Add a new `Step` to `dist.rs`. This should usually be named after the filename of the uploaded tarball. See https://github.com/rust-lang/rust/pull/101799/files#diff-2c56335faa24486df09ba392d8900c57e2fac4633e1f7038469bcf9ed3feb871 for an example.
13
12
a. If appropriate, call `tarball.is_preview(true)` for the component.
14
-
3. Add a new `PkgType` to build-manifest. Fix all the compile errors as appropriate.
13
+
2. Add a new `PkgType` to build-manifest. Fix all the compile errors as appropriate.
15
14
16
15
## Testing changes locally
17
16
@@ -30,5 +29,5 @@ Then, you can generate the manifest and all the packages from `build/dist` to
30
29
31
30
```sh
32
31
mkdir -p build/manifest
33
-
cargo +nightly run -p build-manifest build/dist build/manifest 1970-01-01 http://example.com nightly
0 commit comments