File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
src/tools/miri/.github/workflows Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -112,14 +112,10 @@ jobs:
112
112
113
113
- name : Install rustup-toolchain-install-master
114
114
if : ${{ steps.cache.outputs.cache-hit != 'true' }}
115
- shell : bash
116
- run : |
117
- cargo install -f rustup-toolchain-install-master
115
+ run : cargo install -f rustup-toolchain-install-master
118
116
119
117
- name : Install "master" toolchain
120
- shell : bash
121
- run : |
122
- ./miri toolchain
118
+ run : ./miri toolchain
123
119
124
120
- name : Show Rust version
125
121
run : |
@@ -188,6 +184,8 @@ jobs:
188
184
--user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com
189
185
# Attempt to auto-sync with rustc
190
186
- uses : actions/checkout@v3
187
+ with :
188
+ fetch-depth : 256 # get a bit more of the history
191
189
- name : install josh-proxy
192
190
run : cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r22.12.06
193
191
- name : start josh-proxy
@@ -197,10 +195,7 @@ jobs:
197
195
git config --global user.name 'The Miri Conjob Bot'
198
196
git config --global user.email '[email protected] '
199
197
- name : get changes from rustc
200
- run : |
201
- git status # just to see more of what is happening
202
- git checkout master # by default we are not on a branch
203
- ./miri rustc-pull
198
+ run : ./miri rustc-pull
204
199
- name : Install rustup-toolchain-install-master
205
200
run : cargo install -f rustup-toolchain-install-master
206
201
- name : format changes (if any)
You can’t perform that action at this time.
0 commit comments