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

When an archive fails to build, print the path #127830

Merged
merged 1 commit into from
Jul 31, 2024

Commits on Jul 16, 2024

  1. When an archive fails to build, print the path

    Currently the output on failure is as follows:
    
           Compiling block-buffer v0.10.4
           Compiling crypto-common v0.1.6
           Compiling digest v0.10.7
           Compiling sha2 v0.10.8
           Compiling xz2 v0.1.7
        error: failed to build archive: No such file or directory
    
        error: could not compile `bootstrap` (lib) due to 1 previous error
    
    Print which file is being constructed to give some hint about what is
    going on.
    tgross35 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e0af3c6 View commit details
    Browse the repository at this point in the history