23 python3 -m pip install beautifulsoup4
24 ./ci/build-all-targets.sh
25▶ - name: Upload build errors
26 # We don't want to skip this step on failure
27 if: always()
· · ·
37 if: failure() || cancelled()
38 steps:
39▶ # Download our build error logs
40 - name: Download build errors
41 uses: actions/download-artifact@v8
· · ·
40▶ - name: Download build errors
41 uses: actions/download-artifact@v8
42 with:
· · ·
53 ls failures
54 ~/.local/bin/zulip-send --user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com \
55▶ --stream miri --subject "Sysroot Build Errors ($(date -u +%Y-%m))" \
56 --message 'It would appear that the [Miri sysroots cron job build]('"https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"') failed to build these targets:
57 '"$(ls failures)"'