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

CI: reduce verbosity of build.sh #3715

Merged
merged 1 commit into from
Jun 16, 2024
Merged

Commits on Jun 16, 2024

  1. ci: reduce verbosity of build.sh

    `-vv` produces lots of unrelated warnings in other crates when building
    with `-Zbuild-std`. A single `-v` is enough for most testing purposes.
    
    Build log size before and after:
    
    Before: ~12 MB
    After: 71.15 KB
    tesuji authored and JohnTitor committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    9c7a4d5 View commit details
    Browse the repository at this point in the history