Skip to content

Commit 71e81ab

Browse files
committed
Auto merge of rust-lang#2615 - RalfJung:josh, r=oli-obk
point to my fork of josh for now This is the version of josh that I used to create rust-lang#103392.
2 parents b3d53ec + 0d0a603 commit 71e81ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: src/tools/miri/CONTRIBUTING.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -279,13 +279,12 @@ With this, you should now have a working development setup! See
279279
## Advanced topic: Syncing with the rustc repo
280280

281281
We use the [`josh` proxy](https://github.com/josh-project/josh) to transmit
282-
changes between the rustc and Miri repositories. For now, josh needs to be built
282+
changes between the rustc and Miri repositories. For now, a fork of josh needs to be built
283283
from source. This downloads and runs josh:
284284

285285
```sh
286-
git clone https://github.com/josh-project/josh
286+
git clone https://github.com/RalfJung/josh
287287
cd josh
288-
git checkout @changes/master/[email protected]/start-filter
289288
cargo run --release -p josh-proxy -- --local=$(pwd)/local --remote=https://github.com --no-background
290289
```
291290

0 commit comments

Comments
 (0)