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

Reduce the build time of the tests #3304

Merged
merged 6 commits into from
Mar 11, 2024

Commits on Mar 10, 2024

  1. Made linux-api's rustix feature non-default

    Since linux-api doesn't rely on rustix and only adds some extra `From` impls
    between linux-api and rustix types, I think this would be better as a
    non-default feature.
    stevenengler committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    1c6be84 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    cc7e8bb View commit details
    Browse the repository at this point in the history
  2. Removed 'backtrace' feature from anyhow

    This feature doesn't seem to be needed anymore now that the standard library
    has a backtrace module. Enabling this feature pulls in the backtrace crate even
    though it's not needed.
    
    Backtraces are still supported when you use `RUST_BACKTRACE=1`.
    stevenengler committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1c029e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3ebb5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c24aca View commit details
    Browse the repository at this point in the history
  5. Cargo toml formatting improvements

    To be more consistent.
    stevenengler committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    043fde2 View commit details
    Browse the repository at this point in the history