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

[7.4.0] Automatically ignore vendor dir for finding packages #23919

Merged

Commits on Oct 9, 2024

  1. Automatically ignore vendor dir for finding packages

    - Adding `--vendor_dir` to ignored package prefixes as if it's added in the `.bazelignore` file.
    - This allows users to do `bazel build //...` after vendoring external deps in the source root without manually adding the vendor dir in `.bazelignore`.
    
    Fixes bazelbuild#23521
    
    Closes bazelbuild#23771.
    
    PiperOrigin-RevId: 680994986
    Change-Id: I9c8b76ca20b9060232dfe05460a8fc857c92e93f
    meteorcloudy committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b48dc31 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    meteorcloudy committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    37b830e View commit details
    Browse the repository at this point in the history
  3. Add mirror

    meteorcloudy committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    60176ce View commit details
    Browse the repository at this point in the history