cronjob auto-PR: fetch more of the history
This commit is contained in:
parent
9e49f537c8
commit
04db6778f7
4
src/tools/miri/.github/workflows/ci.yml
vendored
4
src/tools/miri/.github/workflows/ci.yml
vendored
@ -188,6 +188,8 @@ jobs:
|
|||||||
--user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com
|
--user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com
|
||||||
# Attempt to auto-sync with rustc
|
# Attempt to auto-sync with rustc
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 256 # get a bit more of the history
|
||||||
- name: install josh-proxy
|
- name: install josh-proxy
|
||||||
run: cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r22.12.06
|
run: cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r22.12.06
|
||||||
- name: start josh-proxy
|
- name: start josh-proxy
|
||||||
@ -198,8 +200,6 @@ jobs:
|
|||||||
git config --global user.email 'miri@cron.bot'
|
git config --global user.email 'miri@cron.bot'
|
||||||
- name: get changes from rustc
|
- name: get changes from rustc
|
||||||
run: |
|
run: |
|
||||||
git status # just to see more of what is happening
|
|
||||||
git checkout master # by default we are not on a branch
|
|
||||||
./miri rustc-pull
|
./miri rustc-pull
|
||||||
- name: Install rustup-toolchain-install-master
|
- name: Install rustup-toolchain-install-master
|
||||||
run: cargo install -f rustup-toolchain-install-master
|
run: cargo install -f rustup-toolchain-install-master
|
||||||
|
Loading…
Reference in New Issue
Block a user