9 matches across 4 files for error path:.github/workflows/ci.yml
snippet_mode: auto · sorted by relevance
.github/workflows/ci.yml YAML 5 matches view file →
93 SCCACHE_REGION: us-west-1
94 CACHE_DOMAIN: ci-caches.rust-lang.org
95 continue-on-error: ${{ matrix.continue_on_error || false }}
96 strategy:
97 # If the user starts multiple jobs in a try build, let them all finish.
· · ·
140 # Actions build on its own, so a hint in the log message is needed to
141 # point it in the right direction.
142 - name: configure the PR in which the error message will be posted
143 run: echo "[CI_PR_NUMBER=$num]"
144 env:
· · ·
272 # adding the condition is helpful as this way CI will not silently skip
273 # deploying artifacts from a dist builder if the variables are misconfigured,
274 # erroring about invalid credentials instead.
275 if: github.event_name == 'push' || env.DEPLOY == '1' || env.DEPLOY_ALT == '1'
276
· · ·
278 # This step is not critical, and if some I/O problem happens, we don't want
279 # to cancel the build.
280 continue-on-error: true
281 run: |
282 if [ -f build/metrics.json ]; then
· · ·
300 # This step is not critical, and if some I/O problem happens, we don't want
301 # to cancel the build.
302 continue-on-error: true
303 if: needs.calculate_matrix.outputs.run_type != 'pr'
304 env:
src/doc/rustc-dev-guide/.github/workflows/ci.yml YAML 1 matches view file →
85
86 - name: Check if files comply with semantic line breaks
87 continue-on-error: true
88 run: |
89 # using split_inclusive that uses regex feature that uses an unstable feature
library/portable-simd/.github/workflows/ci.yml YAML 2 matches view file →
196 # - mips-unknown-linux-gnu
197 # - mips64-unknown-linux-gnuabi64
198 # Lots of errors in QEMU and no real hardware to test on. Not clear if it's QEMU or bad codegen.
199 # - powerpc64-unknown-linux-gnu
200 target_feature: [default]
· · ·
201 include:
202 - { target: powerpc64le-unknown-linux-gnu, target_feature: "+vsx" }
203 # Fails due to QEMU floating point errors, probably handling subnormals incorrectly.
204 # This target is somewhat redundant, since ppc64le has altivec as well.
205 # - { target: powerpc-unknown-linux-gnu, target_feature: "+altivec" }
src/tools/miri/.github/workflows/ci.yml YAML 1 matches view file →
228 elif [ $exitcode -ne 0 ]; then
229 # If return code was not 0 or 2, rustc-josh-sync actually failed
230 echo "error: rustc-josh-sync failed"
231 exit ${exitcode}
232 fi
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.