Skip to content

Commit

Permalink
Merge pull request #4121 from RalfJung/josh-proxy
Browse files Browse the repository at this point in the history
bump josh-proxy
  • Loading branch information
RalfJung authored Jan 4, 2025
2 parents 8b67f60 + b4cf761 commit c1891b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
with:
fetch-depth: 256 # get a bit more of the history
- name: install josh-proxy
run: RUSTFLAGS="--cap-lints warn" cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r23.12.04
run: cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r24.10.04
- name: setup bot git name and email
run: |
git config --global user.name 'The Miri Cronjob Bot'
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ We use the [`josh` proxy](https://github.com/josh-project/josh) to transmit chan
rustc and Miri repositories. You can install it as follows:

```sh
RUSTFLAGS="--cap-lints=warn" cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r23.12.04
cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r24.10.04
```

Josh will automatically be started and stopped by `./miri`.
Expand Down

0 comments on commit c1891b5

Please sign in to comment.