Skip to content

Commit 4cc7631

Browse files
authored
Unrolled build for rust-lang#132271
Rollup merge of rust-lang#132271 - claywilkinson:master, r=tmandry Updating Fuchsia platform-support documentation Updated for changes in the package server workflow. r? ``@tmandry`` ``@erickt``
2 parents a9d1762 + 2cc9d58 commit 4cc7631

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/doc/rustc/src/platform-support/fuchsia.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -525,14 +525,6 @@ ${SDK_PATH}/tools/${ARCH}/ffx repository publish \
525525
pkg/repo
526526
```
527527

528-
Then we can add the repository to `ffx`'s package server as `hello-fuchsia` using:
529-
530-
```sh
531-
${SDK_PATH}/tools/${ARCH}/ffx repository add-from-pm \
532-
--repository hello-fuchsia \
533-
pkg/repo
534-
```
535-
536528
## Running a Fuchsia component on an emulator
537529

538530
At this point, we are ready to run our Fuchsia
@@ -590,7 +582,8 @@ Now, start a package repository server to serve our
590582
package to the emulator:
591583

592584
```sh
593-
${SDK_PATH}/tools/${ARCH}/ffx repository server start
585+
${SDK_PATH}/tools/${ARCH}/ffx repository server start \
586+
--background --repository hello-fuchsia --repo-path pkg-repo
594587
```
595588

596589
Once the repository server is up and running, register it with the target Fuchsia system running in the emulator:

0 commit comments

Comments
 (0)