Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid panicking on missing fallback #101952

Merged
merged 1 commit into from Sep 22, 2022

Commits on Sep 20, 2022

  1. 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.
    Mark-Simulacrum committed Sep 20, 2022
    Copy the full SHA
    84fb168 View commit details
    Browse the repository at this point in the history