Skip to content

Commit ce4b118

Browse files
committed
Auto merge of rust-lang#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 b0d4642 + fed01ee commit ce4b118

File tree

1 file changed

+6
-1
lines changed
  • src/tools/miri/.github/workflows

1 file changed

+6
-1
lines changed

src/tools/miri/.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)