Skip to content

Commit d463ed7

Browse files
committed
Auto merge of #2820 - oli-obk:rustup, r=RalfJung
Have the miri cronjob link to the failed run. Also explain what needs to be done to resolve the failing CI.
2 parents e2c5cd4 + 37aba38 commit d463ed7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,12 @@ jobs:
174174
~/.local/bin/zulip-send --stream miri --subject "Cron Job Failure (miri, $(date -u +%Y-%m))" \
175175
--message 'Dear @*T-miri*,
176176
177-
It would appear that the Miri cron job build failed. Would you mind investigating this issue?
177+
It would appear that the [Miri cron job build](https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID) failed.
178+
179+
This likely means that rustc changed the miri directory and
180+
we now need to do a [`./miri rustc-pull`](https://github.com/rust-lang/miri/blob/master/CONTRIBUTING.md#importing-changes-from-the-rustc-repo).
181+
182+
Would you mind investigating this issue?
178183
179184
Thanks in advance!
180185
Sincerely,

0 commit comments

Comments
 (0)