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

Expose bindgen toolchain through bzlmod #2740

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 13, 2024

  1. Add workspace_root patch

    jwnrt committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    977743e View commit details
    Browse the repository at this point in the history
  2. Allow repo_mapping parameter to be disabled

    With Bzlmod enabled, `repo_mapping` isn't that useful since repositories
    are namespaced under their parents. Unfortunately, Bazel errors out if
    you try to use it.
    
    This commit conditionally provides the parameter if needed, but allows
    it to be disabled.
    jwnrt committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    eae0fbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a483e1 View commit details
    Browse the repository at this point in the history