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

make cargo submodule optional #126470

Merged
merged 5 commits into from
Jun 28, 2024
Merged

Commits on Jun 24, 2024

  1. bootstrap: exclude cargo from package metadata

    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    11acf83 View commit details
    Browse the repository at this point in the history
  2. don't fetch/sync cargo submodule by default

    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    457ac5d View commit details
    Browse the repository at this point in the history
  3. refactor tool_doc macro in bootstrap

    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8c3ebf7 View commit details
    Browse the repository at this point in the history
  4. handle cargo submodule in a lazy-load way

    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    51f6e68 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. remove unnecessary packages from metadata::workspace_members

    Currently bootstrap doesn't use any inner paths from rust-analyzer and
    bootstrap with `ShouldRun::create_or_deps`.
    
    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3457ecc View commit details
    Browse the repository at this point in the history