We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fc524 commit 37aba38Copy full SHA for 37aba38
.github/workflows/ci.yml
@@ -174,7 +174,12 @@ jobs:
174
~/.local/bin/zulip-send --stream miri --subject "Cron Job Failure (miri, $(date -u +%Y-%m))" \
175
--message 'Dear @*T-miri*,
176
177
- It would appear that the Miri cron job build failed. Would you mind investigating this issue?
+ 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?
183
184
Thanks in advance!
185
Sincerely,
0 commit comments