about summary refs log tree commit diff
path: root/src/test/debuginfo/enum-thinlto.rs
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2022-09-22 09:03:52 +0900
committerGitHub <noreply@github.com>2022-09-22 09:03:52 +0900
commitb08c8cb7e0e35eb553bc5fb647bf201d660e1360 (patch)
tree15af8ee160e8f32cd3277fffe9360ebd49f91c9a /src/test/debuginfo/enum-thinlto.rs
parent9062b780b32d2eab060b4432863e085d9504ca5c (diff)
parent84fb168d7f0f143fc9d666cc6de757c3d0949ced (diff)
downloadrust-b08c8cb7e0e35eb553bc5fb647bf201d660e1360.tar.gz
rust-b08c8cb7e0e35eb553bc5fb647bf201d660e1360.zip
Rollup merge of #101952 - Mark-Simulacrum:missing-fallback, r=ehuss
Avoid panicking on missing fallback

This just prints a message but continues on if a fallback is missing, which can happen when we're building a partial set of builders and producing a dev-static build from it (e.g., when no Apple builder runs at all).

Probably the more extensive fix is to allow the build-manifest invoker to specify the expected set of targets & hosts, but that's a far more extensive change. The main risk from this is that we accidentally start falling back to linux docs across all platforms without noticing. I'm not sure that we can do much about that though at this time.

cc `@ehuss` since IIRC you participated in adding this system

This comes up when building a test nightly from a try build, e.g., https://github.com/rust-lang/rust/pull/101855#issuecomment-1250123298. For now I'm going to manually cherry pick this onto that PR for testing purposes.
Diffstat (limited to 'src/test/debuginfo/enum-thinlto.rs')
0 files changed, 0 insertions, 0 deletions