4 matches across 1 files for error lang:YAML path:src/tools/miri/.github/workflows/sysroots.yml
snippet_mode: auto · sorted by relevance
src/tools/miri/.github/workflows/sysroots.yml YAML 4 matches view file →
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)"'
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.